We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a886e commit c90e7e3Copy full SHA for c90e7e3
api/all/src/main/java/io/opentelemetry/api/GlobalOpenTelemetry.java
@@ -93,6 +93,8 @@ private GlobalOpenTelemetry() {}
93
*
94
* <p>Native instrumentation should use this method to initialize their default {@link
95
* OpenTelemetry} instance. See class javadoc for more details.
96
+ *
97
+ * @since 1.57.0
98
*/
99
public static OpenTelemetry getOrNoop() {
100
synchronized (mutex) {
@@ -105,6 +107,8 @@ public static OpenTelemetry getOrNoop() {
105
107
106
108
* <p>Application custom instrumentation should use this method during initialization. See class
109
* javadoc for more details.
110
111
112
113
public static boolean isSet() {
114
0 commit comments