Incorrect creation_mode used for process_instance_creations_total metric #9653
Labels
area/observability
Marks an issue as observability related
kind/bug
Categorizes an issue or PR as a bug
version:8.1.0-alpha3
Marks an issue as being completely or in parts released in 8.1.0-alpha3
version:8.1.0
Marks an issue as being completely or in parts released in 8.1.0
Describe the bug
The
process_instance_creations_total
metric keeps track of the created process instances. It is registered with acreation_mode
label to distinguishCREATION_AT_DEFAULT_START_EVENT
fromCREATION_AT_GIVEN_ELEMENT
. However, when process instances are created at the default start event the metric withCREATION_AT_GIVEN_ELEMENT
is incremented, and vice-versa for creations at a given element.To Reproduce
sum(rate(zeebe_process_instance_creations_total[1m])) by (creation_mode)
Expected behavior
The correct metrics should be incremented.
Environment:
The text was updated successfully, but these errors were encountered: