mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 04:42:49 +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
5
demos/shared/honeycomb/Dockerfile
Normal file
5
demos/shared/honeycomb/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM otel/opentelemetry-collector:latest
|
||||
|
||||
COPY otel-collector-config.yaml /etc/otel-collector-config.yaml
|
||||
|
||||
ENTRYPOINT ["/otelcol", "--config=/etc/otel-collector-config.yaml"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue