Gayathri:
KPI dashboard
Hi @Gayathri ,
You can integrate it easily with ELK stack also, and additionally you can configure it to work with prometheus metrics. Below post might be helpful for you.
Hey
Wanted to share the above.
It was a small plugin i put together that enables Prometheus metrics reporting, but the extra “flavour” is you can use the metrics system to generate “business centric” metrics that are generated through the bpmn’s dmn’s, and cmmn’s usage.
few examples:
import io.digitalstate.camunda.prometheus.collectors.SimpleGaugeMetric;
def openCases = new SimpleGaugeMetric('open_cases', 'Number of Open Cases, labeled by Case Type', ['type'])
openCases.increment(['stand…