wip
This commit is contained in:
parent
2e03f31a09
commit
9c83f862e0
16 changed files with 894 additions and 10 deletions
18
otel-collector-config.yaml
Normal file
18
otel-collector-config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
http:
|
||||
exporters:
|
||||
otlp:
|
||||
endpoint: "0.0.0.0:14250"
|
||||
tls:
|
||||
insecure: true
|
||||
processors:
|
||||
batch:
|
||||
service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [otlp]
|
||||
Loading…
Add table
Add a link
Reference in a new issue