TUN-2707: Inconsistent cardinality in tunnel error metrics

This commit is contained in:
Adam Chalmers 2020-01-29 12:42:55 -06:00
parent 203b939614
commit 386b02355a
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ func NewTunnelMetrics() *TunnelMetrics {
Name: "tunnel_rpc_fail",
Help: "Count of RPC connection errors by type",
},
[]string{"error"},
[]string{"error", "rpcName"},
)
prometheus.MustRegister(rpcFail)