From 5a62d10353d6263c352d3902aa1493c3bcc2d51a Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Mon, 25 Mar 2024 19:24:27 -0700 Subject: [PATCH] relax one comparison on metric value for haproxy test (#4532) --- tests/receivers/smartagent/haproxy/haproxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/receivers/smartagent/haproxy/haproxy_test.go b/tests/receivers/smartagent/haproxy/haproxy_test.go index d84cfee06a..fa92adbebb 100644 --- a/tests/receivers/smartagent/haproxy/haproxy_test.go +++ b/tests/receivers/smartagent/haproxy/haproxy_test.go @@ -98,6 +98,7 @@ func TestHaproxyReceiverProvidesAllMetrics(t *testing.T) { "haproxy_connection_rate_max", "haproxy_session_max", "haproxy_session_limit", + "haproxy_session_rate_max", ), ) }