refactor static analysis code for stability framework

Change-Id: I4049f16063264603fb61cbeb0cdb4010267fc19c
This commit is contained in:
Han Kang
2022-11-02 13:22:32 -07:00
parent 91dbd82cde
commit 78704ae47d
3 changed files with 95 additions and 124 deletions

View File

@@ -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