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] ====