Skip to content

Commit

Permalink
relax 4 more metric value comparisons (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 26, 2024
1 parent 04f9264 commit 4e42385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/receivers/smartagent/haproxy/haproxy_test.go
Expand Up @@ -99,6 +99,10 @@ func TestHaproxyReceiverProvidesAllMetrics(t *testing.T) {
"haproxy_session_max",
"haproxy_session_limit",
"haproxy_session_rate_max",
"haproxy_connection_rate",
"haproxy_request_rate",
"haproxy_request_rate_max",
"haproxy_session_rate",
),
)
}
Expand Down

0 comments on commit 4e42385

Please sign in to comment.