How to export Zeebe metrics when using SaaS

In case we use Zeebe SaaS, I there any way to export metrics to our prometheus (deployed in k8s on aws)

Hello @victor-prp ,

as far as I know, not. As it is Saas, our SRE team takes care of your clusters (and you pay them to do so).

Also, we are certified to do this.

I hope this answer helps you.

Jonathan

Hi Jonathan,
Thanks for the quick reply.

We would like to to define worker autoscaling policy based on the corresponding jobs queue size.
What is the best way to impl it?

Victor

Hello @victor-prp ,

this is not directly possible.

I would suggest to measure the workload (active time units per measuring time units) and define Thresholds to scale either up or down.

Jonathan