Skip to content

Commit

Permalink
add otlp logs support
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck authored Feb 21, 2024
1 parent ae0c13b commit dfcd517
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@ processors:
action: insert
service:
pipelines:
metrics:
exporters:
- prometheus
- logging
- otlp/honeycomb
traces:
exporters:
- otlp
- logging
- spanmetrics
- otlp/honeycomb
processors:
- attributes
- batch
processors: [attributes, batch]
exporters: [otlp, debug, spanmetrics, otlp/honeycomb]
metrics:
exporters: [oltphttp/prometheus, debug, otlp/honeycomb]
logs:
exporters: [opensearch, debug, otlp/honeycomb]

0 comments on commit dfcd517

Please sign in to comment.