This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1
release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.
Changed
- Allow '/' characters in metric instrument names. (#4501)
Fixed
- In
go.opentelemetry.op/otel/exporters/prometheus
, don't try to create the Prometheus metric on everyCollect
if we know the scope is invalid. (#4499)
New Contributors
Full Changelog: v1.18.0...v1.19.0-rc.1