Skip to content

Commit e13bcef

Browse files
committed
Update CHANGELOG
Fix trailing spaces and update PR number.
1 parent ad081ac commit e13bcef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4444
- `traceIDRatioSampler` (given by `TraceIDRatioBased(float64)`) now uses the rightmost bits for sampling decisions,
4545
fixing random sampling when using ID generators like `xray.IDGenerator`
4646
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)
4848
- `InstrumentKindSyncCounter` is renamed to `InstrumentKindCounter`
4949
- `InstrumentKindSyncUpDownCounter` is renamed to `InstrumentKindUpDownCounter`
5050
- `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`
5353
- `InstrumentKindAsyncGauge` is renamed to `InstrumentKindObservableGauge`
5454

5555
### Deprecated

0 commit comments

Comments
 (0)