Skip to content

Commit ef2fb0b

Browse files
committed
fix instrumentation list
1 parent a356cdd commit ef2fb0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/instrumentation-list.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,12 +2267,12 @@ libraries:
22672267
javaagent:
22682268
- io.dropwizard:dropwizard-views:(,3.0.0)
22692269
configurations:
2270-
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
2271-
description: Enables the creation of experimental controller (INTERNAL) spans.
2270+
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
2271+
description: Enables the creation of experimental view (INTERNAL) spans.
22722272
type: boolean
22732273
default: false
22742274
telemetry:
2275-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
2275+
- when: otel.instrumentation.common.experimental.view-telemetry.enabled=true
22762276
spans:
22772277
- span_kind: INTERNAL
22782278
attributes: []

0 commit comments

Comments
 (0)