We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a2880 commit a91bf49Copy full SHA for a91bf49
opentelemetry/otel-collector-config.yaml
@@ -9,7 +9,9 @@ receivers:
9
otlp:
10
protocols:
11
grpc:
12
+ endpoint: 0.0.0.0:4317
13
http:
14
+ endpoint: 0.0.0.0:4318
15
16
processors:
17
batch:
@@ -21,18 +23,18 @@ processors:
21
23
check_interval: 5s
22
24
25
exporters:
- logging:
- loglevel: debug
26
+ debug:
27
+ verbosity: detailed
28
29
service:
30
pipelines:
31
traces:
32
receivers: [otlp]
33
processors: [memory_limiter, batch]
- exporters: [logging]
34
+ exporters: [debug]
35
metrics:
36
37
38
39
40
extensions: [memory_ballast, zpages, health_check]
0 commit comments