This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
conseguir_datos_con_agentes/observability_stack/otel-config.yaml
T

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