mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
refactor static analysis code for stability framework
Change-Id: I4049f16063264603fb61cbeb0cdb4010267fc19c
This commit is contained in:
@@ -1363,6 +1363,11 @@
|
||||
help: Cumulative proxy rules Endpoint changes
|
||||
type: Counter
|
||||
stabilityLevel: ALPHA
|
||||
- name: sync_proxy_rules_iptables_partial_restore_failures_total
|
||||
subsystem: kubeproxy
|
||||
help: Cumulative proxy iptables partial restore failures
|
||||
type: Counter
|
||||
stabilityLevel: ALPHA
|
||||
- name: sync_proxy_rules_iptables_restore_failures_total
|
||||
subsystem: kubeproxy
|
||||
help: Cumulative proxy iptables restore failures
|
||||
@@ -2247,6 +2252,16 @@
|
||||
- protocol
|
||||
- stage
|
||||
- transport
|
||||
- name: dial_start_total
|
||||
subsystem: egress_dialer
|
||||
namespace: apiserver
|
||||
help: Dial starts, labeled by the protocol (http-connect or grpc) and transport
|
||||
(tcp or uds).
|
||||
type: Counter
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- protocol
|
||||
- transport
|
||||
- name: request_aborts_total
|
||||
subsystem: apiserver
|
||||
help: Number of requests which apiserver aborted possibly due to a timeout, for
|
||||
|
||||
Reference in New Issue
Block a user