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: backend/jvm/src/main/resources/otel/sdk-config.yaml
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ resource:
55
55
value: ${OTEL_SERVICE_NAMESPACE:-dev}
56
56
- name: service.instance.id
57
57
value: ${OTEL_SERVICE_INSTANCE_ID:-unknown}
58
-
58
+
59
59
# Configure resource attributes. Entries have lower priority than entries from .resource.attributes.
60
60
# The value is a list of comma separated key-value pairs matching the format of OTEL_RESOURCE_ATTRIBUTES. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.
61
61
# If omitted or null, no resource attributes are added.
@@ -76,7 +76,7 @@ propagator:
76
76
# Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.
77
77
# Built-in propagator keys include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party keys include: xray.
78
78
# If the resolved list of propagators (from .composite and .composite_list) is empty, a noop propagator is used.
79
-
composite: []
79
+
composite: []
80
80
# Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.
81
81
# The value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.
82
82
# Built-in propagator identifiers include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party identifiers include: xray.
# Configure headers. Entries have higher priority than entries from .headers_list.
134
134
# If an entry's .value is null, the entry is ignored.
135
-
headers: []
135
+
headers: []
136
136
# Configure headers. Entries have lower priority than entries from .headers.
137
137
# The value is a list of comma separated key-value pairs matching the format of OTEL_EXPORTER_OTLP_HEADERS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options for details.
# Configure headers. Entries have higher priority than entries from .headers_list.
250
250
# If an entry's .value is null, the entry is ignored.
251
-
headers: []
251
+
headers: []
252
252
# Configure headers. Entries have lower priority than entries from .headers.
253
253
# The value is a list of comma separated key-value pairs matching the format of OTEL_EXPORTER_OTLP_HEADERS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options for details.
# Configure headers. Entries have higher priority than entries from .headers_list.
315
315
# If an entry's .value is null, the entry is ignored.
316
-
headers: []
316
+
headers: []
317
317
# Configure headers. Entries have lower priority than entries from .headers.
318
318
# The value is a list of comma separated key-value pairs matching the format of OTEL_EXPORTER_OTLP_HEADERS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options for details.
0 commit comments