Skip to content

Commit

Permalink
OTEL batch processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Depechie committed Jun 5, 2023
1 parent 4735bc9 commit abf5977
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otel/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ extensions:
zpages:
endpoint: otel:55679

processors:
# Data sources: traces, metrics, logs
batch:

service:
extensions: [zpages, health_check] # Enable zpages
pipelines:
Expand All @@ -29,7 +33,9 @@ service:
exporters: [prometheus]
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
logs:
receivers: [otlp]
processors: [batch]
exporters: [loki]

0 comments on commit abf5977

Please sign in to comment.