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;
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers measurements that generate experimental metrics about buffer pools. These metrics will
|
* Registers measurements that generate experimental metrics about buffer pools.
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
||||||
* at any time.
|
* at any time.
|
||||||
|
|
|
@ -15,9 +15,7 @@ import java.util.function.Supplier;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers measurements that generate experimental metrics about CPU. These metrics will only be
|
* Registers measurements that generate experimental metrics about CPU.
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
||||||
* at any time.
|
* at any time.
|
||||||
|
|
|
@ -22,9 +22,7 @@ import java.util.List;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers measurements that generate experimental metrics about memory pools. These metrics will
|
* Registers measurements that generate experimental metrics about memory pools.
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
||||||
* at any time.
|
* at any time.
|
||||||
|
|
Loading…
Reference in New Issue