-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Expand file tree
/
Copy pathotel-config.yml
More file actions
36 lines (35 loc) · 851 Bytes
/
otel-config.yml
File metadata and controls
36 lines (35 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
file_format: "1.0-rc.3"
disabled: false
log_level: info
logger_provider:
processors:
- batch:
exporter:
otlp_grpc:
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT}
meter_provider:
readers:
- periodic:
exporter:
otlp_grpc:
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT}
temporality_preference: ${OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE:-cumulative}
tracer_provider:
processors:
- batch:
exporter:
otlp_grpc:
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT}
propagator:
composite:
- tracecontext:
- baggage:
resource:
attributes_list: ${OTEL_RESOURCE_ATTRIBUTES}
detection/development:
detectors:
- container:
- process:
- service: