Sourced from go.opentelemetry.io/otel/metric's changelog.
[1.18.0/0.41.0/0.0.6] 2023-09-12
This release drops the compatibility guarantee of [Go 1.19].
Added
- Add
WithProducer
option ingo.opentelemetry.op/otel/exporters/prometheus
to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)- Add
IgnoreValue
option ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest
to allow ignoring values when comparing metrics. (#4447)Changed
- Use a
TestingT
interface instead of*testing.T
struct ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest
. (#4483)Deprecated
- The
NewMetricExporter
ingo.opentelemetry.io/otel/bridge/opencensus
was deprecated inv0.35.0
(#3541). The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#4470)Removed
- Removed the deprecated
go.opentelemetry.io/otel/exporters/jaeger
package. (#4467)- Removed the deprecated
go.opentelemetry.io/otel/example/jaeger
package. (#4467)- Removed the deprecated
go.opentelemetry.io/otel/sdk/metric/aggregation
package. (#4468)- Removed the deprecated internal packages in
go.opentelemetry.io/otel/exporters/otlp
and its sub-packages. (#4469)- Dropped guaranteed support for versions of Go less than 1.20. (#4481)
4242228
Release v1.18.0/v0.41.0/v0.0.6 (#4489)ac4fca2
Use a TB interface in metricdatatest (#4483)77d6237
Bump actions/checkout from 3 to 4 (#4490)8ef7339
dependabot updates Sun Sep 10 14:30:56 UTC 2023 (#4498)e44ea5c
Revert "Collector example: add metrics and use official port (#4466)"
(#4487)9737995
Drop support for Go 1.19 (#4481)6eedabf
Collector example: add metrics and use official port (#4466)76c370f
Document public metric SDK interfaces to remain stable (#4396)01d64c3
Update go versions used in workflows (#4480)fc70923
Ignore value option for metricdatatest (#4447)