From bc8c9c763c3ed63e1fcd2134314df86df471b9d5 Mon Sep 17 00:00:00 2001 From: royalcat <k.adamovich20@gmail.com> Date: Mon, 6 May 2024 10:04:31 +0300 Subject: [PATCH] fix prometheus remte write --- otel-collector/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otel-collector/config.yaml b/otel-collector/config.yaml index 3afd0a4..105d111 100644 --- a/otel-collector/config.yaml +++ b/otel-collector/config.yaml @@ -20,7 +20,7 @@ exporters: tls: insecure: true prometheusremotewrite: - endpoint: http://prometheus.example.com:9411/api/prom/push + endpoint: http://prometheus:9411/api/prom/push otlphttp/loki: endpoint: http://loki:3100/otlp