We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790bc87 commit 9c7476eCopy full SHA for 9c7476e
tests/soak/otel-config.yaml
@@ -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
27
+ level: "debug"
28
+ pipelines:
29
30
+ receivers: [otlp]
31
+ processors: [batch]
32
+ exporters: [datadog]
33
34
35
36
0 commit comments