You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/autoconfigure/ConfigPropertiesTranslator.java
Copy file name to clipboardExpand all lines: declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/autoconfigure/ConfigPropertiesUtil.java
Copy file name to clipboardExpand all lines: declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/autoconfigure/DeclarativeConfigPropertiesBridge.java
+37-58Lines changed: 37 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
importjava.util.HashMap;
15
15
importjava.util.List;
16
16
importjava.util.Map;
17
+
importjava.util.Objects;
17
18
importjava.util.function.BiFunction;
18
19
importjavax.annotation.Nullable;
19
20
@@ -45,81 +46,60 @@
45
46
* common:
46
47
* string_key: value
47
48
* </pre>
48
-
*
49
-
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
Copy file name to clipboardExpand all lines: declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/autoconfigure/DeclarativeConfigPropertiesBridgeBuilder.java
"AutoConfiguredOpenTelemetrySdk does not have ConfigProperties or DeclarativeConfigProperties. This is likely a programming error in opentelemetry-java");
Copy file name to clipboardExpand all lines: declarative-config-bridge/src/test/java/io/opentelemetry/contrib/sdk/autoconfigure/DeclarativeConfigPropertiesBridgeBuilderTest.java
0 commit comments