Remove no longer relevent comment about semconv stability (#11232)

This commit is contained in:
Lauri Tulmin 2024-04-29 21:01:26 +03:00 committed by GitHub
parent c70510585e
commit 21bb3eac2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 9 deletions

View File

@ -20,9 +20,7 @@ import java.util.function.Consumer;
import java.util.function.Function;
/**
* Registers measurements that generate experimental metrics about buffer pools. These metrics will
* only be generated the preview of stable JVM semantic conventions (e.g. by setting the {@code
* otel.semconv-stability.opt-in} system property to {@code jvm}) is enabled.
* Registers measurements that generate experimental metrics about buffer pools.
*
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
* at any time.

View File

@ -15,9 +15,7 @@ import java.util.function.Supplier;
import javax.annotation.Nullable;
/**
* Registers measurements that generate experimental metrics about CPU. These metrics will only be
* generated the preview of stable JVM semantic conventions (e.g. by setting the {@code
* otel.semconv-stability.opt-in} system property to {@code jvm}) is enabled.
* Registers measurements that generate experimental metrics about CPU.
*
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
* at any time.

View File

@ -22,9 +22,7 @@ import java.util.List;
import java.util.function.Consumer;
/**
* Registers measurements that generate experimental metrics about memory pools. These metrics will
* only be generated the preview of stable JVM semantic conventions (e.g. by setting the {@code
* otel.semconv-stability.opt-in} system property to {@code jvm}) is enabled.
* Registers measurements that generate experimental metrics about memory pools.
*
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
* at any time.