fix: Update otel-collector.yaml and docker-compose to correct endpoint configurations and enhance resource detection

This commit is contained in:
Marc Schäfer
2025-10-07 17:53:55 +02:00
parent 0b5e662abc
commit f8fd8e1bc5
2 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ services:
OTEL_EXPORTER_OTLP_ENDPOINT: "collector:4317"
OTEL_EXPORTER_OTLP_INSECURE: "true"
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE: "cumulative"
NEWT_ADMIN_ADDR: "0.0.0.0:2112"
NEWT_ADMIN_ADDR: ":2112"
# Base NEWT configuration
PANGOLIN_ENDPOINT: ${PANGOLIN_ENDPOINT}
NEWT_ID: ${NEWT_ID}