Hi All,
I would Like to get the metrics of Camunda process which are running, completed etc .
Any suggestion how we have the metrics of the Camunda Process.
Thanks,
Sridhar
Hi All,
I would Like to get the metrics of Camunda process which are running, completed etc .
Any suggestion how we have the metrics of the Camunda Process.
Thanks,
Sridhar
Hi @sridhar_akella,
please take a look at historic API’s https://docs.camunda.org/manual/7.6/reference/rest/history/
does that help you?
Askar
Thank you…
is there example url for the above… to show all the metrics in a single url for the camunda engine.
http://localhost:8080/engine-rest/engine/history/( I tried this url, but it didnt provide any information. I am making a right url)
Please provide the sample example… if there any. Thank you…
Thanks again,
Sridhar
Hi @sridhar_akella,
what kind of data would you like to query? this is a part of standard REST api, so there is no specific examples for it.
Cheers,
Askar
I would like query the following for a BPM Flow
Please suggest.
Thanks,
Sridhar
Start reading: https://docs.camunda.org/manual/7.6/reference/rest/history/process-instance/
Cheers, Ingo