Skip to content

Commit

Permalink
feat: adding otlp logging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed May 24, 2023
1 parent 9805092 commit c1acdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/files/files/grafana/shared/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exporters:
service:
pipelines:
logs:
receivers: [filelog, syslog]
receivers: [filelog, otlp, syslog]
processors: [batch]
exporters: [loki]
metrics:
Expand Down

0 comments on commit c1acdf4

Please sign in to comment.