Skip to content

Commit 9c7476e

Browse files
committed
Add OTEL config
1 parent 790bc87 commit 9c7476e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

tests/soak/otel-config.yaml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
receivers:
2+
otlp:
3+
protocols:
4+
grpc:
5+
6+
processors:
7+
batch:
8+
send_batch_max_size: 100
9+
send_batch_size: 10
10+
timeout: 10s
11+
12+
exporters:
13+
datadog:
14+
api:
15+
site: datadoghq.com
16+
key: KEY
17+
logs:
18+
enabled: true
19+
metrics:
20+
histograms:
21+
mode: distributions
22+
send_aggregation_metrics: true
23+
24+
service:
25+
telemetry:
26+
logs:
27+
level: "debug"
28+
pipelines:
29+
metrics:
30+
receivers: [otlp]
31+
processors: [batch]
32+
exporters: [datadog]
33+
logs:
34+
receivers: [otlp]
35+
processors: [batch]
36+
exporters: [datadog]

0 commit comments

Comments
 (0)