- There were breaking changes in the opentelemetry-go Release v1.6.0/v0.28.0 for the metric pkg. These also effect this package.
- One of the changes is that
metric.Meter
is now an interface instead of a struct. It can be provided viaglobal.MeterProvider().Meter("name")
(see example)
- One of the changes is that