43 lines
694 B
YAML
43 lines
694 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc: {}
|
|
http: {}
|
|
processors:
|
|
batch: {}
|
|
exporters:
|
|
prometheusremotewrite:
|
|
endpoint: http://victoria:8428/api/v1/write
|
|
otlp/tempo:
|
|
endpoint: http://tempo:4317
|
|
tls:
|
|
insecure: true
|
|
debug:
|
|
verbosity: normal
|
|
service:
|
|
pipelines:
|
|
metrics:
|
|
receivers:
|
|
- otlp
|
|
processors:
|
|
- batch
|
|
exporters:
|
|
- prometheusremotewrite
|
|
- debug
|
|
traces:
|
|
receivers:
|
|
- otlp
|
|
processors:
|
|
- batch
|
|
exporters:
|
|
- otlp/tempo
|
|
- debug
|
|
logs:
|
|
receivers:
|
|
- otlp
|
|
processors:
|
|
- batch
|
|
exporters:
|
|
- prometheusremotewrite
|
|
- debug
|