mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
6 lines
175 B
Text
6 lines
175 B
Text
|
|
FROM otel/opentelemetry-collector:latest
|
||
|
|
|
||
|
|
COPY otel-collector-config.yaml /etc/otel-collector-config.yaml
|
||
|
|
|
||
|
|
ENTRYPOINT ["/otelcol", "--config=/etc/otel-collector-config.yaml"]
|