summarylogtreecommitdiffstats
path: root/config.yaml
blob: 00f17503cbf9d1608038272e772953e3496d4192 (plain)
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
extensions:

receivers:
  otlp:
    protocols:
      grpc:
      http:


processors:
  batch:

exporters:
  logging:
    verbosity: detailed

service:

  pipelines:

    traces:
      receivers: [otlp]
      processors: [batch]
      exporters: [logging]

    metrics:
      receivers: [otlp]
      processors: [batch]
      exporters: [logging]

  extensions: []