Some monitoring metrics are missing for Zeebe

Hello community. I included it in the helm chart prometheus metrics.

  prometheusServiceMonitor:
    enabled: true
    labels:
      release: metrics
      monitoring: prometheus
    scrapeInterval: 15s      

But some metrics are missing, how can I find them and include them? For example missing:

zeebe_client_worker_job_activated_total
zeebe_client_worker_job_handled_total

zeebe:8.2.5, helm-chart: 8.2.12

Hi @krysanov.as89 - those are not metrics from Zeebe; those are metrics from the Java client. You need to enable those in your client and push them to Prometheus. Here’s some docs pages for reference:

(This links to the available metrics in the job workers, and how to enable/configure them)

(This shows the metrics available from Zeebe directly)