mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
promote sli metrics to beta
This commit is contained in:
parent
d27439701f
commit
04ea1d506b
@ -37,7 +37,7 @@ var (
|
|||||||
Namespace: "kubernetes",
|
Namespace: "kubernetes",
|
||||||
Name: "healthcheck",
|
Name: "healthcheck",
|
||||||
Help: "This metric records the result of a single healthcheck.",
|
Help: "This metric records the result of a single healthcheck.",
|
||||||
StabilityLevel: k8smetrics.ALPHA,
|
StabilityLevel: k8smetrics.BETA,
|
||||||
},
|
},
|
||||||
[]string{"name", "type"},
|
[]string{"name", "type"},
|
||||||
)
|
)
|
||||||
@ -48,7 +48,7 @@ var (
|
|||||||
Namespace: "kubernetes",
|
Namespace: "kubernetes",
|
||||||
Name: "healthchecks_total",
|
Name: "healthchecks_total",
|
||||||
Help: "This metric records the results of all healthcheck.",
|
Help: "This metric records the results of all healthcheck.",
|
||||||
StabilityLevel: k8smetrics.ALPHA,
|
StabilityLevel: k8smetrics.BETA,
|
||||||
},
|
},
|
||||||
[]string{"name", "type", "status"},
|
[]string{"name", "type", "status"},
|
||||||
)
|
)
|
||||||
|
@ -409,3 +409,37 @@
|
|||||||
stabilityLevel: STABLE
|
stabilityLevel: STABLE
|
||||||
labels:
|
labels:
|
||||||
- resource
|
- 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