Skip to content

Commit

Permalink
Merge pull request #9 from honeycombio/puckpuck-patch-1
Browse files Browse the repository at this point in the history
update honeycomb specific config
  • Loading branch information
puckpuck committed Mar 20, 2024
2 parents 4a84a32 + a1c1673 commit e255cbd
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,22 @@ exporters:
headers:
"x-honeycomb-team": "<HONEYCOMB_API_KEY>"
"x-honeycomb-dataset": "webstore-metrics"
processors:
attributes:
include:
match_type: strict
services:
- frontend-proxy
actions:
- key: "net.component"
value: "proxy"
action: insert

service:
pipelines:
metrics:
exporters:
- prometheus
- logging
- otlp/honeycomb
traces:
exporters:
- otlp
- logging
- debug
- spanmetrics
- otlp/honeycomb
processors:
- attributes
- batch
metrics:
exporters:
- otlp/prometheus
- debug
- otlp/honeycomb
logs:
exporters:
- opensearch
- debug
- otlp/honeycomb

0 comments on commit e255cbd

Please sign in to comment.