Skip to content

Commit

Permalink
debug v2 endpoints: fixed loki label
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Oct 31, 2024
1 parent 5b1d316 commit 5f4eb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exporters:
# remote_write_queue:
# enabled: false // its sending emtrics, lets test the otlp/v1/metrics now along with logs

otlphttp/loki:
loki:
endpoint: https://logs-prod-021.grafana.net:3100/loki/api/vi/push # https://logs-prod-021.grafana.net:3100/otlp
auth:
authenticator: basicauth/otlp
Expand All @@ -126,4 +126,4 @@ service:
logs:
receivers: [otlp, filelog]
processors: [batch]
exporters: [otlphttp/loki, otlphttp/grafana_cloud, debug]
exporters: [loki, otlphttp/grafana_cloud, debug]

0 comments on commit 5f4eb56

Please sign in to comment.