mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
promote sli metrics to beta
This commit is contained in:
parent
d27439701f
commit
04ea1d506b
@ -37,7 +37,7 @@ var (
|
||||
Namespace: "kubernetes",
|
||||
Name: "healthcheck",
|
||||
Help: "This metric records the result of a single healthcheck.",
|
||||
StabilityLevel: k8smetrics.ALPHA,
|
||||
StabilityLevel: k8smetrics.BETA,
|
||||
},
|
||||
[]string{"name", "type"},
|
||||
)
|
||||
@ -48,7 +48,7 @@ var (
|
||||
Namespace: "kubernetes",
|
||||
Name: "healthchecks_total",
|
||||
Help: "This metric records the results of all healthcheck.",
|
||||
StabilityLevel: k8smetrics.ALPHA,
|
||||
StabilityLevel: k8smetrics.BETA,
|
||||
},
|
||||
[]string{"name", "type", "status"},
|
||||
)
|
||||
|
@ -409,3 +409,37 @@
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
- resource
|
||||
- name: healthcheck
|
||||
namespace: kubernetes
|
||||
help: This metric records the result of a single healthcheck.
|
||||
type: Gauge
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- name
|
||||
- type
|
||||
- name: healthcheck
|
||||
namespace: kubernetes
|
||||
help: This metric records the result of a single healthcheck.
|
||||
type: Gauge
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- name
|
||||
- type
|
||||
- name: healthchecks_total
|
||||
namespace: kubernetes
|
||||
help: This metric records the results of all healthcheck.
|
||||
type: Counter
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- name
|
||||
- status
|
||||
- type
|
||||
- name: healthchecks_total
|
||||
namespace: kubernetes
|
||||
help: This metric records the results of all healthcheck.
|
||||
type: Counter
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- name
|
||||
- status
|
||||
- type
|
||||
|
Loading…
Reference in New Issue
Block a user