mirror of
https://github.com/fluxcd/flux2-monitoring-example.git
synced 2024-12-14 10:47:31 +00:00
Add chart_app_version
to HelmRelease
metrics
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
87923b0b07
commit
9244361679
1 changed files with 4 additions and 2 deletions
|
@ -69,8 +69,10 @@ kube-state-metrics:
|
|||
exported_namespace: [ metadata, namespace ]
|
||||
ready: [ status, conditions, "[type=Ready]", status ]
|
||||
suspended: [ spec, suspend ]
|
||||
revision: [ status, lastAppliedRevision ]
|
||||
chart_name: [ spec, chart, spec, chart ]
|
||||
revision: [ status, history, "0", chartVersion ]
|
||||
chart_name: [ status, history, "0", chartName ]
|
||||
chart_app_version: [ status, history, "0", appVersion ]
|
||||
chart_ref_name: [ spec, chartRef, name ]
|
||||
chart_source_name: [ spec, chart, spec, sourceRef, name ]
|
||||
- groupVersionKind:
|
||||
group: source.toolkit.fluxcd.io
|
||||
|
|
Loading…
Reference in a new issue