-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camunda Process Monitoring #1229
Comments
Hey team! Please add your planning poker estimate with Zenhub @darenegade @lehju @lmoesle @markostreich @simonhir @StephanStrehlerCGI |
Please add your planning poker estimate with Zenhub @dominikhorn93 |
auf der demo Umgebung funktioniert noch alles: https://grafana-route-digiwf-demo-capmanaged.apps.capk.muenchen.de/d/rjaygWhnk/camunda-dashboard?orgId=1 Es liegt hier vermutlich daran, dass es von der alten REST-API gezogen wurde und die nur noch in den Optimize Umgebungen läuft. |
Entscheidungs-Doku: Das Dashboard wird auch nur auf vollwertigen Umgebungen inklusive Optimize benötigt. Daher muss hier nichts gefixed werden, nur Doku angepasst mit den Links. Dashboardanpassung und Alert ist weiterhin Teil des Tickets |
Wir messen aber deutlich zu wenig. Ich werde weitere Monitore ergänzen und dann schauen wir weiter. |
@simonhir schaut noch, ob das auf den Umgebungen alles läuft. Dann wird das hier geschlossen |
Funktioniert, weiter Analyse und Anpassungen im Rahmen von #1251 |
Is your feature request related to a problem? Please describe.
As provider of the digiwf platform i want to know if after a release all processes work fine. For that it would be great to have a overview of started/running/completed and failed process instances.
As a process developer i want to know if a release (digiwf or process definition) broke one of my processes and be notified if incidents are increasing.
Describe the solution you'd like
Graphical overview of started/running/completed/failed process instances (complete cluster and per process). A good solution for that would be grafana and using the camunda provided prometheus endpoint.
Also there should be the possibility for notifications if incidents are increasing fast or 100% is failing. (Also possible with grafana)
Describe alternatives you've considered
There are no real alternatives. Other monitoring solutions like appd would only detect failures calling integrations not logical or internal script errors. These monitoring tools would be more of a extension for deeper insight.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: