Skip to content

Commit 0be1fb8

Browse files
committed
map agent props
1 parent c82ea53 commit 0be1fb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/extension/DeclarativeConfigPropertiesBridge.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ public final class DeclarativeConfigPropertiesBridge implements ConfigProperties
6767
JAVA_MAPPING_RULES.put("otel.instrumentation.common.default-enabled", "common.default.enabled");
6868
JAVA_MAPPING_RULES.put("otel.javaagent.logging.application.logs-buffer-max-records", "agent.logging.output.application.logs_buffer_max_records");
6969

70-
// not supported in SDK yet (this is strictly typed)
71-
// GENERAL_MAPPING_RULES.put("otel.instrumentation.http.known-methods",
72-
// "http.known_methods");
70+
// todo not supported in SDK yet (this is strictly typed)
71+
// GENERAL_MAPPING_RULES.put("otel.instrumentation.http.known-methods", "http.known_methods");
7372
GENERAL_MAPPING_RULES.put(
7473
"otel.instrumentation.http.client.capture-request-headers",
7574
"http.client.request_captured_headers");

0 commit comments

Comments
 (0)