add in honeycomb support for weather-forecast demo (#345)

This commit is contained in:
Aayush 2025-01-21 17:15:27 -08:00 committed by GitHub
parent bea0dd4a83
commit fcd8cfb9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 101 additions and 15 deletions

View file

@ -0,0 +1,24 @@
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
exporters:
otlp:
endpoint: "api.honeycomb.io:443"
headers:
"x-honeycomb-team": "${HONEYCOMB_API_KEY}"
processors:
batch:
timeout: 5s
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp]