Skip to content

Commit a764f28

Browse files
committed
exec credential provider: rest_client_exec_plugin_calls -> rest_client_exec_plugin_call_total
Signed-off-by: Andrew Keesler <[email protected]>
1 parent 191094e commit a764f28

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-auth/541-external-credential-providers

1 file changed

+3
-3
lines changed

keps/sig-auth/541-external-credential-providers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ var (
549549

550550
execPluginCalls = k8smetrics.NewCounterVec(
551551
&k8smetrics.CounterOpts{
552-
Name: "rest_client_exec_plugin_calls",
552+
Name: "rest_client_exec_plugin_call_total",
553553
Help: "Number of calls to an exec plugin, partitioned by exit code.",
554554
},
555555
[]string{"code"},
@@ -815,7 +815,7 @@ _This section must be completed when targeting beta graduation to a release._
815815
determine the health of the service?**
816816
- [X] Metrics
817817
- 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`
819819
- Components exposing the metric: client-go
820820
- [ ] Other (treat as last resort)
821821
- Details:
@@ -828,7 +828,7 @@ _This section must be completed when targeting beta graduation to a release._
828828
`rest_client_exec_plugin_ttl_seconds`.
829829
- We target 0.01% unsuccessful calls to the exec plugin in a moving 24h
830830
window. This is measured by
831-
`rest_client_exec_plugin_calls`.
831+
`rest_client_exec_plugin_call_total`.
832832

833833
* **Are there any missing metrics that would be useful to have to improve
834834
observability if this feature?**

0 commit comments

Comments
 (0)