From 032c03a877573877e7e5ece078a6baccc179d1c5 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 29 Jan 2025 15:42:19 +0000 Subject: [PATCH] docs: update health check extension comment to indicate deprecation and suggest upgrade to health_check_v2 --- OTelCollector/otel-collector-config.template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OTelCollector/otel-collector-config.template.yaml b/OTelCollector/otel-collector-config.template.yaml index 671b8e7f1d..ace24f5cde 100644 --- a/OTelCollector/otel-collector-config.template.yaml +++ b/OTelCollector/otel-collector-config.template.yaml @@ -2,6 +2,7 @@ # This tempate file will be passed to gomplate to generate the final configuration file. extensions: + # health_check will be depreacated soon, please upgrade to health_check_v2 health_check: endpoint: "0.0.0.0:13133" path: "/health/status"