-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate RaftRequestMetrics to micrometer #27769
Conversation
69dad22
to
b145845
Compare
bf26093
to
9b59a52
Compare
15118a7
to
41aa276
Compare
9b59a52
to
d73dcaa
Compare
03a9294
to
468dd9e
Compare
d73dcaa
to
97a21b2
Compare
zeebe/atomix/cluster/src/main/java/io/atomix/raft/metrics/RaftRequestMetrics.java
Show resolved
Hide resolved
tpe -> | ||
Counter.builder(RAFT_MESSAGE_RECEIVED.getName()) | ||
.description(RAFT_MESSAGE_RECEIVED.getDescription()) | ||
.tags(RaftKeyNames.TYPE.asString(), RaftKeyNames.PARTITION_GROUP.asString()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Does this mean the partition group key is the value of the type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, missing the type & partitionGroupName value
zeebe/atomix/cluster/src/main/java/io/atomix/raft/metrics/RaftRequestMetricsDoc.java
Show resolved
Hide resolved
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
# Description Backport of #27769 to `stable/8.6`. relates to #27754 #27608 original author: @entangled90
# Description Backport of #27769 to `stable/8.5`. relates to #27754 #27608 original author: @entangled90
# Description Backport of #27769 to `stable/8.7`. relates to #27754 #26078 original author: @entangled90
Description
migrate RaftRequestMetrics to micrometer. No dashboard changes expected
To be merged in main after #27754
Related issues
relates #27608