We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e307e60 commit 00b4f2fCopy full SHA for 00b4f2f
1 file changed
sdk/common/src/main/java/io/opentelemetry/sdk/common/InternalTelemetryVersion.java
@@ -12,6 +12,9 @@ public enum InternalTelemetryVersion {
12
* conventions.
13
*/
14
LEGACY,
15
- /** Record self-monitoring metrics defined in the latest semantic conventions version supported by this SDK version. */
+ /**
16
+ * Record self-monitoring metrics defined in the latest semantic conventions version supported by
17
+ * this SDK version.
18
+ */
19
LATEST
20
}
0 commit comments