From 309a815fc79b2a541484e1e94d56250a467e3f37 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 | 26 ++++++++++++++----- 1 file changed, 20 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..8dc10d3d3 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,28 @@ 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] ====