fjtirado commented on issue #1101: URL: https://github.com/apache/incubator-kie-issues/issues/1101#issuecomment-2069320630
After a closer look to the micrometer implementation, there are some issues with the currrent proposal. Basically, the issue is that `kogito_process_instance_running_total` is a gauge and we will be difficult to keep the error count updated. Therefore, an alternative proposal will be: - Keep current `kogito_process_instance_running_total` gauge as it is. - Add status tag (actually it already exist but with a wrong name) to `kogito_process_instance_completed_total` counter, so user can query for "completed" and "aborted" status. - Add a new `kogito_process_instance_error` counter which tracks the total number of errors that has occurred and do not decrease over time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
