Release v1.19.0/v0.42.0/v0.0.7
This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.
Added
- Add the "Roll the dice" getting started application example in
go.opentelemetry.io/otel/example/dice. (#4539) - The
WithWriterandWithPrettyPrintoptions togo.opentelemetry.io/otel/exporters/stdout/stdoutmetricto set a customio.Writer, and allow displaying the output in human-readable JSON. (#4507)
Changed
- Allow '/' characters in metric instrument names. (#4501)
- The exporter in
go.opentelemetry.io/otel/exporters/stdout/stdoutmetricdoes not prettify its output by default anymore. (#4507) - Upgrade
gopkg.io/yamlfromv2tov3ingo.opentelemetry.io/otel/schema. (#4535)
Fixed
- In
go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on everyCollectif we know the scope is invalid. (#4499)
Removed
- Remove
"go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced byNewMetricProducer. (#4566)
Full Changelog: v1.18.0...v1.19.0