Update pkg/iptables/metrics.go
Co-authored-by: leonnicolas <60091705+leonnicolas@users.noreply.github.com>
This commit is contained in:
parent
c50a688b58
commit
7c2c391b6a
@ -105,7 +105,7 @@ func (m *metricsClientWrapper) ListChains(table string) ([]string, error) {
|
||||
m.operationCounter.With(prometheus.Labels{
|
||||
"operation": "ListChains",
|
||||
"table": table,
|
||||
"chain": "",
|
||||
"chain": "*",
|
||||
}).Inc()
|
||||
return m.client.ListChains(table)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user