
4/21/2026 · Bartol Rebernjak, Galen Pickard
What this post added
This post details the engineering effort behind implementing steganography to embed share URL metadata within Datadog widget screenshots. It covers the design of an invisible watermarking system that encodes a Redis cache key into the widget's border pixels. The post explains the data compression and encoding strategy, the use of Redis for caching widget definitions, the rationale for using an 8-byte key, and the method of embedding this key into the 1px widget border. It also discusses the challenges of scale, including handling over a billion renders per day and preventing ID collisions by prepending organization IDs to widget IDs. Performance optimizations and the resilience of the watermarking against various image processing workflows are also highlighted.