Skip to content

Commit

Permalink
Merge pull request #44 from arukiidou/chore/replace-loki-to-otlp
Browse files Browse the repository at this point in the history
 Replace lokiexporter to otlpexporter
  • Loading branch information
zeitlinger authored May 21, 2024
2 parents f143304 + 2d49ffd commit 3ea34b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ exporters:
endpoint: http://localhost:9090/api/v1/otlp
otlphttp/traces:
endpoint: http://localhost:4418
loki:
endpoint: http://localhost:3100/loki/api/v1/push
otlphttp/logs:
endpoint: http://localhost:3100/otlp
logging/metrics:
verbosity: detailed
logging/traces:
Expand All @@ -42,5 +42,5 @@ service:
logs:
receivers: [otlp]
processors: [batch]
exporters: [loki]
#exporters: [loki,logging/logs]
exporters: [otlphttp/logs]
#exporters: [otlphttp/logs,logging/logs]

0 comments on commit 3ea34b5

Please sign in to comment.