1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-25 21:28:58 +02:00

Update CHANGELOG.md (#2721)

This commit is contained in:
Alex Boten 2022-03-23 15:37:46 -07:00 committed by GitHub
parent 17667f5eef
commit 4399e2202c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod
High-level changes include:
- Synchronous and asynchronous instruments are now handled by independent `InstrumentProvider`s.
These `InstrumentProvider`s are manged a `Meter`.
These `InstrumentProvider`s are managed with a `Meter`.
- Synchronous and asynchronous instruments are grouped into their own packages based on value types.
- Asynchronous callbacks can now be registered with a `Meter`.