From 53523f7834db79dd49691f6a0447596c2450943d Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Tue, 25 Feb 2025 18:11:40 +0100 Subject: [PATCH] fix(alloy): typo Signed-off-by: Nicolas Lamirault --- .../alloy/templates/alloy/endpoints/_endpoints_metrics.alloy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitops/argocd/charts/opentelemetry/alloy/templates/alloy/endpoints/_endpoints_metrics.alloy b/gitops/argocd/charts/opentelemetry/alloy/templates/alloy/endpoints/_endpoints_metrics.alloy index 41ddcaf1da..5ef06a64a3 100644 --- a/gitops/argocd/charts/opentelemetry/alloy/templates/alloy/endpoints/_endpoints_metrics.alloy +++ b/gitops/argocd/charts/opentelemetry/alloy/templates/alloy/endpoints/_endpoints_metrics.alloy @@ -8,7 +8,7 @@ otelcol.receiver.prometheus "local" { output { - metrics = [otelcol.exporter.otlp.local.input] + metrics = [otelcol.exporter.otlphttp.local.input] } }