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: sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/fileconfig/CapturingComponentLoader.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@
13
13
importjava.util.Map;
14
14
importjava.util.concurrent.ConcurrentHashMap;
15
15
16
+
/**
17
+
* A test utility that captures the configuration passed to component providers during loading.
18
+
* This allows tests to verify that component providers receive the expected configuration.
0 commit comments