fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
411 stars 163 forks source link

Prometheus metrics gotk_resource_info is missing #1100

Closed runningman84 closed 1 week ago

runningman84 commented 1 week ago

We try to monitor the helm release state, in our cluster this metric is not there: gotk_resource_info We are using version 2.3.0

stefanprodan commented 1 week ago

See the docs on how to configure kube-state-metrics https://fluxcd.io/flux/monitoring/metrics/#resource-metrics

runningman84 commented 1 week ago

The thing is that the metrics aren't there (I port forwarded the metrics of the helm controller):

╰─ curl localhost:8080/metrics
# HELP certwatcher_read_certificate_errors_total Total number of certificate read errors
# TYPE certwatcher_read_certificate_errors_total counter
certwatcher_read_certificate_errors_total 0
# HELP certwatcher_read_certificate_total Total number of certificate reads
# TYPE certwatcher_read_certificate_total counter
certwatcher_read_certificate_total 0
# HELP controller_runtime_active_workers Number of currently used workers per controller
# TYPE controller_runtime_active_workers gauge
controller_runtime_active_workers{controller="helmrelease"} 0
# HELP controller_runtime_max_concurrent_reconciles Maximum number of concurrent reconciles per controller
# TYPE controller_runtime_max_concurrent_reconciles gauge
controller_runtime_max_concurrent_reconciles{controller="helmrelease"} 4
# HELP controller_runtime_reconcile_errors_total Total number of reconciliation errors per controller
# TYPE controller_runtime_reconcile_errors_total counter
controller_runtime_reconcile_errors_total{controller="helmrelease"} 4
# HELP controller_runtime_reconcile_time_seconds Length of time per reconciliation per controller
# TYPE controller_runtime_reconcile_time_seconds histogram
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.005"} 1
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.01"} 1
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.025"} 2
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.05"} 2
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.1"} 3
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.15"} 12
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.2"} 34
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.25"} 63
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.3"} 79
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.35"} 83
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.4"} 85
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.45"} 90
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.5"} 115
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.6"} 228
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.7"} 262
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.8"} 318
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="0.9"} 326
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="1"} 328
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="1.25"} 339
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="1.5"} 343
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="1.75"} 350
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="2"} 388
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="2.5"} 396
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="3"} 481
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="3.5"} 508
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="4"} 538
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="4.5"} 551
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="5"} 555
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="6"} 565
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="7"} 572
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="8"} 573
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="9"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="10"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="15"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="20"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="25"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="30"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="40"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="50"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="60"} 574
controller_runtime_reconcile_time_seconds_bucket{controller="helmrelease",le="+Inf"} 575
controller_runtime_reconcile_time_seconds_sum{controller="helmrelease"} 974.2159395469996
controller_runtime_reconcile_time_seconds_count{controller="helmrelease"} 575
# HELP controller_runtime_reconcile_total Total number of reconciliations per controller
# TYPE controller_runtime_reconcile_total counter
controller_runtime_reconcile_total{controller="helmrelease",result="error"} 4
controller_runtime_reconcile_total{controller="helmrelease",result="requeue"} 1
controller_runtime_reconcile_total{controller="helmrelease",result="requeue_after"} 568
controller_runtime_reconcile_total{controller="helmrelease",result="success"} 2
# HELP controller_runtime_terminal_reconcile_errors_total Total number of terminal reconciliation errors per controller
# TYPE controller_runtime_terminal_reconcile_errors_total counter
controller_runtime_terminal_reconcile_errors_total{controller="helmrelease"} 4
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 2.3894e-05
go_gc_duration_seconds{quantile="0.25"} 3.9361e-05
go_gc_duration_seconds{quantile="0.5"} 4.7844e-05
go_gc_duration_seconds{quantile="0.75"} 5.0873e-05
go_gc_duration_seconds{quantile="1"} 7.9116e-05
go_gc_duration_seconds_sum 0.552051997
go_gc_duration_seconds_count 2078
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 70
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.22.3"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 9.151392e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 2.2680570456e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 2.466517e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 3.0588137e+07
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.216456e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 9.151392e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 6.9165056e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.3754368e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 45931
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 6.4094208e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 8.2919424e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.7303821611034906e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 3.0634068e+07
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 1200
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15600
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 186240
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 391680
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.7752896e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 422091
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 950272
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 950272
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 9.138204e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 7
# HELP gotk_reconcile_duration_seconds The duration in seconds of a GitOps Toolkit resource reconciliation.
# TYPE gotk_reconcile_duration_seconds histogram
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="0.5646216173286169"} 33
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="2.166090855590701"} 39
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system"} 25.932219131000007
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="aws-alb-ingress-controller",namespace="kube-system"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="0.5646216173286169"} 13
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="2.166090855590701"} 39
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="8.309900738254731"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="31.879757075478317"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="122.30217221643493"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="469.19495946736544"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="1799.9999999999986"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system",le="+Inf"} 42
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system"} 35.781431006999995
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="aws-ebs-csi-snapshot-controller",namespace="kube-system"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="0.5646216173286169"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="2.166090855590701"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="8.309900738254731"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="31.879757075478317"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="122.30217221643493"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="469.19495946736544"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="1799.9999999999986"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="cert-manager",namespace="cert-manager",le="+Inf"} 40
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="cert-manager",namespace="cert-manager"} 141.590975842
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="cert-manager",namespace="cert-manager"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="0.5646216173286169"} 7
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="2.166090855590701"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="8.309900738254731"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="31.879757075478317"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="122.30217221643493"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="469.19495946736544"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="1799.9999999999986"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="descheduler",namespace="kube-system",le="+Inf"} 8
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="descheduler",namespace="kube-system"} 2.82841999
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="descheduler",namespace="kube-system"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="0.5646216173286169"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="2.166090855590701"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="8.309900738254731"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="31.879757075478317"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="122.30217221643493"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="469.19495946736544"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="1799.9999999999986"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="efs-csi",namespace="kube-system",le="+Inf"} 3
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="efs-csi",namespace="kube-system"} 3.480209714
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="efs-csi",namespace="kube-system"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="0.5646216173286169"} 34
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="2.166090855590701"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-auth-server",namespace="kube-system",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="external-auth-server",namespace="kube-system"} 21.183393762999998
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="external-auth-server",namespace="kube-system"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="0.5646216173286169"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="2.166090855590701"} 38
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-dns",namespace="kube-system",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="external-dns",namespace="kube-system"} 39.739290497
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="external-dns",namespace="kube-system"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="0.5646216173286169"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="2.166090855590701"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="8.309900738254731"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="31.879757075478317"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="122.30217221643493"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="469.19495946736544"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="1799.9999999999986"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="external-secrets",namespace="external-secrets",le="+Inf"} 42
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="external-secrets",namespace="external-secrets"} 120.84260197700002
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="external-secrets",namespace="external-secrets"} 42
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="0.5646216173286169"} 23
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="2.166090855590701"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="karpenter",namespace="karpenter",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="karpenter",namespace="karpenter"} 27.863529125
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="karpenter",namespace="karpenter"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="0.5646216173286169"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="2.166090855590701"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="keda",namespace="keda",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="keda",namespace="keda"} 115.19872085499999
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="keda",namespace="keda"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="0.5646216173286169"} 23
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="2.166090855590701"} 26
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="8.309900738254731"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="31.879757075478317"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="122.30217221643493"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="469.19495946736544"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="1799.9999999999986"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kube-downscaler",namespace="kube-system",le="+Inf"} 27
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="kube-downscaler",namespace="kube-system"} 16.199544126
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="kube-downscaler",namespace="kube-system"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="0.1471764538093883"} 4
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="0.5646216173286169"} 6
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="2.166090855590701"} 8
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="8.309900738254731"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="31.879757075478317"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="122.30217221643493"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="469.19495946736544"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="1799.9999999999986"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="kubemod",namespace="kubemod-system",le="+Inf"} 9
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="kubemod",namespace="kubemod-system"} 9.935230721999998
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="kubemod",namespace="kubemod-system"} 9
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="0.038363583488692544"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="0.1471764538093883"} 2
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="0.5646216173286169"} 2
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="2.166090855590701"} 2
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="8.309900738254731"} 2
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="31.879757075478317"} 2
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="122.30217221643493"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="469.19495946736544"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="1799.9999999999986"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="metrics-server",namespace="kube-system",le="+Inf"} 3
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="metrics-server",namespace="kube-system"} 75.54425908500001
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="metrics-server",namespace="kube-system"} 3
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="0.1471764538093883"} 5
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="0.5646216173286169"} 37
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="2.166090855590701"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="node-problem-detector",namespace="kube-system",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="node-problem-detector",namespace="kube-system"} 13.296862974
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="node-problem-detector",namespace="kube-system"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="0.5646216173286169"} 17
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="2.166090855590701"} 27
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="8.309900738254731"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="31.879757075478317"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="122.30217221643493"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="469.19495946736544"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="1799.9999999999986"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin",le="+Inf"} 28
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin"} 22.269816463000005
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="phpmyadmin",namespace="phpmyadmin"} 28
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="0.5646216173286169"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="2.166090855590701"} 1
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="8.309900738254731"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="prometheus-operator",namespace="monitoring",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="prometheus-operator",namespace="monitoring"} 177.416987573
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="prometheus-operator",namespace="monitoring"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="0.5646216173286169"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="2.166090855590701"} 36
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="8.309900738254731"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="31.879757075478317"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="122.30217221643493"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="469.19495946736544"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="1799.9999999999986"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="traefik",namespace="traefik",le="+Inf"} 40
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="traefik",namespace="traefik"} 79.96653256899998
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="traefik",namespace="traefik"} 40
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="0.01"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="0.038363583488692544"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="0.1471764538093883"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="0.5646216173286169"} 0
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="2.166090855590701"} 38
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="8.309900738254731"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="31.879757075478317"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="122.30217221643493"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="469.19495946736544"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="1799.9999999999986"} 41
gotk_reconcile_duration_seconds_bucket{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system",le="+Inf"} 41
gotk_reconcile_duration_seconds_sum{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system"} 39.634762303
gotk_reconcile_duration_seconds_count{kind="HelmRelease",name="vertical-pod-autoscaler",namespace="kube-system"} 41
# HELP leader_election_master_status Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master. 'name' is the string used to identify the lease. Please make sure to group by name.
# TYPE leader_election_master_status gauge
leader_election_master_status{name="helm-controller-leader-election"} 1
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 86.33
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 13
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 6.4827392e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.73036076654e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 5.673025536e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP rest_client_requests_total Number of HTTP requests, partitioned by status code, method, and host.
# TYPE rest_client_requests_total counter
rest_client_requests_total{code="200",host="172.20.0.1:443",method="DELETE"} 17
rest_client_requests_total{code="200",host="172.20.0.1:443",method="GET"} 1421
rest_client_requests_total{code="200",host="172.20.0.1:443",method="PATCH"} 2832
rest_client_requests_total{code="200",host="172.20.0.1:443",method="PUT"} 4276
rest_client_requests_total{code="201",host="172.20.0.1:443",method="PATCH"} 2
rest_client_requests_total{code="201",host="172.20.0.1:443",method="POST"} 17
rest_client_requests_total{code="404",host="172.20.0.1:443",method="GET"} 23
rest_client_requests_total{code="404",host="172.20.0.1:443",method="PATCH"} 1
# HELP workqueue_adds_total Total number of adds handled by workqueue
# TYPE workqueue_adds_total counter
workqueue_adds_total{name="helmrelease"} 575
# HELP workqueue_depth Current depth of workqueue
# TYPE workqueue_depth gauge
workqueue_depth{name="helmrelease"} 0
# HELP workqueue_longest_running_processor_seconds How many seconds has the longest running processor for workqueue been running.
# TYPE workqueue_longest_running_processor_seconds gauge
workqueue_longest_running_processor_seconds{name="helmrelease"} 0
# HELP workqueue_queue_duration_seconds How long in seconds an item stays in workqueue before being requested
# TYPE workqueue_queue_duration_seconds histogram
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="1e-08"} 0
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="1e-07"} 0
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="1e-06"} 0
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="9.999999999999999e-06"} 26
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="9.999999999999999e-05"} 550
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="0.001"} 553
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="0.01"} 554
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="0.1"} 555
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="1"} 560
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="10"} 575
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="100"} 575
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="1000"} 575
workqueue_queue_duration_seconds_bucket{name="helmrelease",le="+Inf"} 575
workqueue_queue_duration_seconds_sum{name="helmrelease"} 99.71713397999987
workqueue_queue_duration_seconds_count{name="helmrelease"} 575
# HELP workqueue_retries_total Total number of retries handled by workqueue
# TYPE workqueue_retries_total counter
workqueue_retries_total{name="helmrelease"} 569
# HELP workqueue_unfinished_work_seconds How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.
# TYPE workqueue_unfinished_work_seconds gauge
workqueue_unfinished_work_seconds{name="helmrelease"} 0
# HELP workqueue_work_duration_seconds How long in seconds processing an item from workqueue takes.
# TYPE workqueue_work_duration_seconds histogram
workqueue_work_duration_seconds_bucket{name="helmrelease",le="1e-08"} 0
workqueue_work_duration_seconds_bucket{name="helmrelease",le="1e-07"} 0
workqueue_work_duration_seconds_bucket{name="helmrelease",le="1e-06"} 0
workqueue_work_duration_seconds_bucket{name="helmrelease",le="9.999999999999999e-06"} 0
workqueue_work_duration_seconds_bucket{name="helmrelease",le="9.999999999999999e-05"} 1
workqueue_work_duration_seconds_bucket{name="helmrelease",le="0.001"} 1
workqueue_work_duration_seconds_bucket{name="helmrelease",le="0.01"} 1
workqueue_work_duration_seconds_bucket{name="helmrelease",le="0.1"} 3
workqueue_work_duration_seconds_bucket{name="helmrelease",le="1"} 328
workqueue_work_duration_seconds_bucket{name="helmrelease",le="10"} 574
workqueue_work_duration_seconds_bucket{name="helmrelease",le="100"} 575
workqueue_work_duration_seconds_bucket{name="helmrelease",le="1000"} 575
workqueue_work_duration_seconds_bucket{name="helmrelease",le="+Inf"} 575
workqueue_work_duration_seconds_sum{name="helmrelease"} 974.2228072039999
workqueue_work_duration_seconds_count{name="helmrelease"} 575
stefanprodan commented 1 week ago

The thing is that the metrics aren't there

Yes they aren't, read the docs, this metrics are exported by kube-state-metrics