mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 23:32:43 +02:00
add in honeycomb support for weather-forecast demo (#345)
This commit is contained in:
parent
bea0dd4a83
commit
fcd8cfb9fc
4 changed files with 101 additions and 15 deletions
24
demos/shared/honeycomb/otel-collector-config.yaml
Normal file
24
demos/shared/honeycomb/otel-collector-config.yaml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue