From 4838818ca3e9308638f7eeef100b242d9842951c Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Wed, 13 Nov 2024 11:05:42 +0100 Subject: [PATCH] [Fix #687] Updating metrics doc Fix https://github.com/apache/incubator-kie-kogito-docs/issues/687 --- .../expose-metrics-to-prometheus.adoc | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/expose-metrics-to-prometheus.adoc b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/expose-metrics-to-prometheus.adoc index 915dd318e..ee6ce25d5 100644 --- a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/expose-metrics-to-prometheus.adoc +++ b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/expose-metrics-to-prometheus.adoc @@ -145,14 +145,29 @@ For more information, see < + org.kie + kie-addons-quarkus-monitoring-sonataflow + +---- + +metric `sonataflow_input_parameters_counter`, which tracks input parameter, will be available. This metric is optional because it counts every workflow input parameter key value combination, which might be space consuming. -* `kogito_process_instance_completed_total`: Completed workflows -* `kogito_process_instance_started_total`: Started workflows -* `kogito_process_instance_running_total`: Running workflows -* `kogito_process_instance_duration_seconds_sum`: Workflows total duration [NOTE] ====