mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 23:36:34 +00:00
TUN-2707: Inconsistent cardinality in tunnel error metrics
This commit is contained in:
parent
203b939614
commit
386b02355a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user