From b9f1b9ea3774d7a5402e3b46fc4922696fa83cb9 Mon Sep 17 00:00:00 2001 From: dhurley Date: Wed, 25 Sep 2024 13:58:44 +0100 Subject: [PATCH] Fix agent config --- test/mock/collector/nginx-agent.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/mock/collector/nginx-agent.conf b/test/mock/collector/nginx-agent.conf index 6c16af41b1..8d2e859181 100644 --- a/test/mock/collector/nginx-agent.conf +++ b/test/mock/collector/nginx-agent.conf @@ -39,7 +39,8 @@ collector: host: "otel-collector" port: 4317 type: 0 - health: - host: "127.0.0.1" - port: 1337 - type: 0 + extensions: + health: + server: + host: "127.0.0.1" + port: 1337