Merge pull request #96236 from adtac/apfsnakecase

APF: use snake_case in metric labels
This commit is contained in:
Kubernetes Prow Robot
2020-11-06 02:20:50 -08:00
committed by GitHub
4 changed files with 49 additions and 46 deletions

View File

@@ -45,7 +45,7 @@ const (
sharedConcurrencyMetricsName = "apiserver_flowcontrol_request_concurrency_limit"
dispatchedRequestCountMetricsName = "apiserver_flowcontrol_dispatched_requests_total"
rejectedRequestCountMetricsName = "apiserver_flowcontrol_rejected_requests_total"
labelPriorityLevel = "priorityLevel"
labelPriorityLevel = "priority_level"
timeout = time.Second * 10
)