File tree Expand file tree Collapse file tree
custom/src/main/resources/co/elastic/otel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ meter_provider:
4747 otlp_http :
4848 endpoint : ${OTEL_EXPORTER_OTLP_ENDPOINT:-http://localhost:4318}/v1/metrics
4949 headers_list : ${OTEL_EXPORTER_OTLP_HEADERS}
50- temporality_preference : delta
50+ temporality_preference : ${OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE:- delta}
5151 # use the following for grpc
5252 # otlp_grpc:
5353 # endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT}
@@ -72,4 +72,4 @@ instrumentation/development:
7272 java :
7373 runtime_telemetry :
7474 # emit not-yet stable runtime telemetry metrics which are currently part of semconv for java runtime
75- emit_experimental_metrics/development : ${OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE :-true}
75+ emit_experimental_metrics/development : ${OTEL_INSTRUMENTATION_RUNTIME_TELEMETRY_EMIT_EXPERIMENTAL_METRICS :-true}
You can’t perform that action at this time.
0 commit comments