Camunda DB metrics creation

Hello Everyone,
I want to create db metrics for camunda process controller flow. We are using embedded H2 database in our project for process controller. I have tried creating the mybatis interceptors. But I am not able to intercept db call. Can anyone please help me how I can intercept process controller db call.

Thanks

Hi @Diksha_Chauhan,

here you can find some queries to monitor the process instances in the database:

Hope this helps, Ingo