@@ -549,7 +549,7 @@ var (
549
549
550
550
execPluginCalls = k8smetrics.NewCounterVec (
551
551
&k8smetrics.CounterOpts {
552
- Name : " rest_client_exec_plugin_calls " ,
552
+ Name : " rest_client_exec_plugin_call_total " ,
553
553
Help : " Number of calls to an exec plugin, partitioned by exit code." ,
554
554
},
555
555
[]string {" code" },
@@ -815,7 +815,7 @@ _This section must be completed when targeting beta graduation to a release._
815
815
determine the health of the service?**
816
816
- [X] Metrics
817
817
- Metric name: ` rest_client_exec_plugin_ttl_seconds ` , ` rest_client_exec_plugin_certificate_rotation_age ` ,
818
- ` rest_client_exec_plugin_calls `
818
+ ` rest_client_exec_plugin_call_total `
819
819
- Components exposing the metric: client-go
820
820
- [ ] Other (treat as last resort)
821
821
- Details:
@@ -828,7 +828,7 @@ _This section must be completed when targeting beta graduation to a release._
828
828
` rest_client_exec_plugin_ttl_seconds ` .
829
829
- We target 0.01% unsuccessful calls to the exec plugin in a moving 24h
830
830
window. This is measured by
831
- ` rest_client_exec_plugin_calls ` .
831
+ ` rest_client_exec_plugin_call_total ` .
832
832
833
833
* ** Are there any missing metrics that would be useful to have to improve
834
834
observability if this feature?**
0 commit comments