mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
promote apiserver_request_duration_seconds to STABLE
Change-Id: I1b050b812738719aedd7ac6f4794ec742812e12d
This commit is contained in:
parent
ed978f6549
commit
69e3d89a38
@ -97,7 +97,7 @@ var (
|
|||||||
// Thus we customize buckets significantly, to empower both usecases.
|
// Thus we customize buckets significantly, to empower both usecases.
|
||||||
Buckets: []float64{0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0,
|
Buckets: []float64{0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0,
|
||||||
1.25, 1.5, 1.75, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 40, 50, 60},
|
1.25, 1.5, 1.75, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 40, 50, 60},
|
||||||
StabilityLevel: compbasemetrics.ALPHA,
|
StabilityLevel: compbasemetrics.STABLE,
|
||||||
},
|
},
|
||||||
[]string{"verb", "dry_run", "group", "version", "resource", "subresource", "scope", "component"},
|
[]string{"verb", "dry_run", "group", "version", "resource", "subresource", "scope", "component"},
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
- name: apiserver_request_duration_seconds
|
||||||
|
help: Response latency distribution in seconds for each verb, dry run value, group,
|
||||||
|
version, resource, subresource, scope and component.
|
||||||
|
type: Histogram
|
||||||
|
stabilityLevel: STABLE
|
||||||
|
labels:
|
||||||
|
- component
|
||||||
|
- dry_run
|
||||||
|
- group
|
||||||
|
- resource
|
||||||
|
- scope
|
||||||
|
- subresource
|
||||||
|
- verb
|
||||||
|
- version
|
||||||
|
buckets:
|
||||||
|
- 0.05
|
||||||
|
- 0.1
|
||||||
|
- 0.15
|
||||||
|
- 0.2
|
||||||
|
- 0.25
|
||||||
|
- 0.3
|
||||||
|
- 0.35
|
||||||
|
- 0.4
|
||||||
|
- 0.45
|
||||||
|
- 0.5
|
||||||
|
- 0.6
|
||||||
|
- 0.7
|
||||||
|
- 0.8
|
||||||
|
- 0.9
|
||||||
|
- 1
|
||||||
|
- 1.25
|
||||||
|
- 1.5
|
||||||
|
- 1.75
|
||||||
|
- 2
|
||||||
|
- 2.5
|
||||||
|
- 3
|
||||||
|
- 3.5
|
||||||
|
- 4
|
||||||
|
- 4.5
|
||||||
|
- 5
|
||||||
|
- 6
|
||||||
|
- 7
|
||||||
|
- 8
|
||||||
|
- 9
|
||||||
|
- 10
|
||||||
|
- 15
|
||||||
|
- 20
|
||||||
|
- 25
|
||||||
|
- 30
|
||||||
|
- 40
|
||||||
|
- 50
|
||||||
|
- 60
|
||||||
- name: apiserver_request_total
|
- name: apiserver_request_total
|
||||||
help: Counter of apiserver requests broken out for each verb, dry run value, group,
|
help: Counter of apiserver requests broken out for each verb, dry run value, group,
|
||||||
version, resource, scope, component, and HTTP response code.
|
version, resource, scope, component, and HTTP response code.
|
||||||
|
Loading…
Reference in New Issue
Block a user