'Monitoring flowable deployment using Promethues stack

The goal is to monitor the flowable project deployed on Kubernetes using Prometheus/Grafana

Install kube-prometheus-stack using helm charts:

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install prometheus prometheus-community/kube-prometheus-stack

Its successfully deployed and we are able to start monitoring the other resources inside our Kubernetes cluster using Prometheus/Grafana

Next, Flowable is running as a pod, which I want to get the flowable pod metrics onto Prometheus and come up the dasboard.

Any suggestions on how to achieve the monitoring for a flowable application running as a pod inside kubernetes



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source