You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a new transformation type that allows to describe a change
where a metric is converted to several other metrics by eliminating
an attribute.
An example of such change that happened recently is this:
open-telemetry/opentelemetry-specification#2617
This PR implements specification change open-telemetry/opentelemetry-specification#2653
This PR creates package v1.1 for the new functionality. The old package v1.0
remains unchanged.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
26
26
27
27
- Add support for `opentracing.TextMap` format in the `Inject` and `Extract` methods
28
28
of the `"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer` type. (#2911)
29
+
- Add support for Schema Files format 1.1.x (metric "split" transform). (#2999)
0 commit comments