How to disbale metrics in springboot of camunda

Hi

I am new to camunda and could anyone help me how to configure to disable the metrics so that this table act_ru_meter_log wont add any data.

I read this document ( Disable Reporting option) but didnt understand how to do this in springboot.
Metrics | docs.camunda.org

Please help me. Thank you.

Tried these below in properties file but it is not working:
server.metricsEnabled=false
server.taskMetricsEnabled=false

also like below:
camunda.bpm.metricsEnabled=false
camunda.bpm.taskMetricsEnabled=false

Thanks,
Venkaiah.

Hi @venky1982,

if the property is not listed here: Process Engine Configuration | docs.camunda.org,

you can use generic property setting to change the configuration of the engine in the spring boot starter: Process Engine Configuration | docs.camunda.org.

Hope this helps, Ingo

Hi Ingo,

Added in springboot properties as per the document but still the details are adding in the table…

Please let us know, if there is any example formate which we can use. Thank you.

Thanks,
Venkaiah.