Remove no longer relevent comment about semconv stability (#11232)
This commit is contained in:
parent
c70510585e
commit
21bb3eac2e
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue