mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 13:29:58 +00:00
TUN-2707: Inconsistent cardinality in tunnel error metrics
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user