Skip to content

Commit

Permalink
fix more smartagent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 26, 2024
1 parent 4e5c8d3 commit 09434fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -101,8 +101,8 @@ resource_metrics:
plugin_instance: _testdb
system.type: mysql
# - name: mysql_commands.get_diagnostics
- name: mysql_commands.grant
type: IntMonotonicCumulativeSum
# - name: mysql_commands.grant
# type: IntMonotonicCumulativeSum
# - name: mysql_commands.ha_close
# - name: mysql_commands.ha_open
# - name: mysql_commands.ha_read
Expand Down
2 changes: 2 additions & 0 deletions tests/receivers/smartagent/haproxy/haproxy_test.go
Expand Up @@ -97,6 +97,8 @@ func TestHaproxyReceiverProvidesAllMetrics(t *testing.T) {
"haproxy_session_total",
"haproxy_connection_rate_max",
"haproxy_session_max",
"haproxy_session_limit",

),
)
}
Expand Down

0 comments on commit 09434fd

Please sign in to comment.