loki otlp
This commit is contained in:
parent
642045d2cc
commit
f8131d0b0c
1 changed files with 3 additions and 5 deletions
|
@ -44,10 +44,8 @@ exporters:
|
|||
insecure: true
|
||||
prometheusremotewrite:
|
||||
endpoint: http://prometheus.example.com:9411/api/prom/push
|
||||
loki:
|
||||
endpoint: http://loki:3100/loki/api/v1/push
|
||||
tls:
|
||||
insecure: true
|
||||
otlphttp/loki:
|
||||
endpoint: http://loki:3100/otlp
|
||||
otlp/grafana_cloud_traces:
|
||||
# https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlpexporter
|
||||
endpoint: "tempo-prod-10-prod-eu-west-2.grafana.net:443"
|
||||
|
@ -87,4 +85,4 @@ service:
|
|||
logs:
|
||||
receivers: [otlp]
|
||||
processors: [attributes, resource, batch]
|
||||
exporters: [loki, loki/grafana_cloud_logs]
|
||||
exporters: [otlphttp/loki, loki/grafana_cloud_logs]
|
||||
|
|
Loading…
Reference in a new issue