Skip to content

Commit

Permalink
Merge pull request open-telemetry#1 from honeycombio/honeycomb-vendor
Browse files Browse the repository at this point in the history
Add Honeycomb OTLP export
  • Loading branch information
puckpuck authored Aug 19, 2022
2 parents f948dcd + 71dac4e commit dad7fc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# extra settings to be merged into OpenTelemetry Collector configuration
# do not delete this file

exporters:
otlp:
endpoint: "api.honeycomb.io:443"
headers:
"x-honeycomb-team": "<HONEYCOMB_API_KEY>"
"x-honeycomb-dataset": "webstore-metrics"

service:
pipelines:
traces:
exporters: [otlp, jaeger]
metrics:
exporters: [otlp, prometheus]

0 comments on commit dad7fc7

Please sign in to comment.