You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-05-22 09:35:21 +02:00
39d0370d0f
This PR updates the documentation to clarify how View attribute filters interact with Exemplars. Currently, it's not very obvious that when a View filters out certain attributes, those dropped attributes might still appear on Exemplars. According to the OTel specification, Exemplars retain the original measurement attributes regardless of the View or aggregation configuration. This behavior can be confusing for users, so I've added a brief note to the godocs for View, AttributeFilter, and the package-level doc.go to make this explicit (similar to the recent documentation updates in the .NET SDK). fixes #8330 --------- Co-authored-by: Robert Pająk <pellared@hotmail.com>