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-apiartifact.OpenTelemetry.getMeterProvider()is the new entrypointDouble/LongMeasurement.observehas been renamed torecord.observeis deprecated in this releaseGlobalMeterProviderhas been deprecated.GlobalOpenTelemetry.getMeterProvidershould be used insteadSDK
Exporter
Metrics (Alpha)
dropLogs (Alpha)
SDK Extensions
ExecutorServiceSpanProcessorhas been removedcloud.platformis now populated in AWSResourceNew 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