File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44
44
- ` traceIDRatioSampler ` (given by ` TraceIDRatioBased(float64) ` ) now uses the rightmost bits for sampling decisions,
45
45
fixing random sampling when using ID generators like ` xray.IDGenerator `
46
46
and increasing parity with other language implementations. (#3557 )
47
- - The instrument kind names in ` go.opentelemetry.io/otel/sdk/metric ` are updated to match the API. (#TBD )
47
+ - The instrument kind names in ` go.opentelemetry.io/otel/sdk/metric ` are updated to match the API. (#3562 )
48
48
- ` InstrumentKindSyncCounter ` is renamed to ` InstrumentKindCounter `
49
49
- ` InstrumentKindSyncUpDownCounter ` is renamed to ` InstrumentKindUpDownCounter `
50
50
- ` InstrumentKindSyncHistogram ` is renamed to ` InstrumentKindHistogram `
51
- - ` InstrumentKindAsyncCounter ` is renamed to ` InstrumentKindObservableCounter `
52
- - ` InstrumentKindAsyncUpDownCounter ` is renamed to ` InstrumentKindObservableUpDownCounter `
51
+ - ` InstrumentKindAsyncCounter ` is renamed to ` InstrumentKindObservableCounter `
52
+ - ` InstrumentKindAsyncUpDownCounter ` is renamed to ` InstrumentKindObservableUpDownCounter `
53
53
- ` InstrumentKindAsyncGauge ` is renamed to ` InstrumentKindObservableGauge `
54
54
55
55
### Deprecated
You can’t perform that action at this time.
0 commit comments