Skip to content

Commit

Permalink
changing api key
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaguirre5 committed Jun 4, 2024
1 parent c655e53 commit 1f7c77e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@

# extra settings to be merged into OpenTelemetry Collector configuration
# do not delete this file
extraEnvs:
- name: HONEYCOMB_API_KEY
valueFrom:
secretKeyRef:
name: honeycomb
key: api-key

exporters:
otlp/honeycomb:
endpoint: "api.honeycomb.io:443"
headers:
"x-honeycomb-team": "${HONEYCOMB_API_KEY}"
"x-honeycomb-team": "hcaik_01hymsbngwwvjgcfgmpg6r4q82"
"x-honeycomb-dataset": "webstore-metrics"

service:
Expand Down

0 comments on commit 1f7c77e

Please sign in to comment.