Replies: 1 comment 1 reply
-
One thing that seems to be true as of a number of versions back is that Stable SDKs are relying on Alpha Metrics. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OpenTelemetry SDK 1.10 will be the first release where the metrics API is considered stable. The Metrics SDK continues to be in development and will be alpha.
We plan to release this RC1 with redundant metrics APIs deprecated, RC2 with them removed, and 1.10.0 the same as RC2 barring unforeseen issues.
API
opentelemetry-api
artifact.OpenTelemetry.getMeterProvider()
is the new entrypointDouble/LongMeasurement.observe
has been renamed torecord
.observe
is deprecated in this releaseGlobalMeterProvider
has been deprecated.GlobalOpenTelemetry.getMeterProvider
should be used insteadSDK
Exporter
Metrics (Alpha)
drop
Logs (Alpha)
SDK Extensions
ExecutorServiceSpanProcessor
has been removedcloud.platform
is now populated in AWSResource
New Contributors
Full Changelog: v1.9.0...v1.10.0-rc.1
This discussion was created from the release Version 1.10.0 RC1.
Beta Was this translation helpful? Give feedback.
All reactions