Commit e605f0e
committed
Fix Configuration parsing
#221 upgraded the OpenTelemetry SDK version. This changed the construction
of the `DefaultConfigProperties` in an incompatible way. This lead to ignored
configuration properties. This change ensures, that the original behavior is restored.
The now used method reads the environment variables and system properties again.
Signed-off-by: Karsten Schnitter <[email protected]>1 parent 0532230 commit e605f0e
File tree
1 file changed
+4
-1
lines changed- cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/binding
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments