diff --git a/metrics/otel/compose.yaml b/metrics/otel/compose.yaml index 4567588ff..ebf775f28 100644 --- a/metrics/otel/compose.yaml +++ b/metrics/otel/compose.yaml @@ -1,6 +1,7 @@ version: "2" services: otel-collector: + read_only: true image: otel/opentelemetry-collector-contrib command: ["--config=/etc/otelcol-contrib/config.yaml", "--feature-gates=-exporter.datadogexporter.DisableAPMStats", "${OTELCOL_ARGS}"] volumes: