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,5 @@
FROM otel/opentelemetry-collector:latest
COPY otel-collector-config.yaml /etc/otel-collector-config.yaml
ENTRYPOINT ["/otelcol", "--config=/etc/otel-collector-config.yaml"]