Announcing Support for Complex Attribute Types in OTel
opentelemetry.io·21h·
Discuss: Hacker News
Flag this post

It’s common to use simple key-value properties as attributes in telemetry. Most telemetry backends are optimized for this pattern, making it efficient to store, index, and query data.

OpenTelemetry is designed with this in mind. Semantic conventions and instrumentations aim to provide useful attributes that can be easily filtered and aggregated.

But what happens when the data itself is complex? OpenTelemetry also strives to capture observability for real-world systems, libraries, and applications whose observable properties are sometimes complex.

Recently OpenTelemetry has announced upcoming support for capturing complex data across all OTel signals starting with OTLP 1.9.0, and in future OpenTelemetry A…

Similar Posts

Loading similar posts...