apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

Optionally add input parameters to Serverless workflow metrics #3486

Closed fjtirado closed 2 months ago

fjtirado commented 2 months ago

Description

An input parameter counter might be interesting for Serverless Workflow intances. This counter will have three tags: process_id, param_name, and param_value. Since this counter will be specific to serverless workflow and not needed by all metric users (also its cardinality might be potentiall huge), it will be added as an optional, swf specifc metric extension that will inherit from the original one.

Implementation ideas

No response