Skip to content
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

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

entangled90
Copy link
Contributor

@entangled90 entangled90 commented Feb 6, 2025

Description

migrate RaftRequestMetrics to micrometer. No dashboard changes expected

To be merged in main after #27754

Related issues

relates #27608

@entangled90 entangled90 self-assigned this Feb 6, 2025
@github-actions github-actions bot added component/zeebe Related to the Zeebe component/team component/operate Related to the Operate component/team component/tasklist Related to the Tasklist component/team component/optimize Related to Optimize component/team deprecated-client This pull request updates the Zeebe client. Please verify if updates to Camunda client are needed labels Feb 6, 2025
@entangled90 entangled90 force-pushed the cs-26708-raft-request-metrics branch from 69dad22 to b145845 Compare February 6, 2025 12:10
@entangled90 entangled90 changed the base branch from main to cs-26708-raft-filesystem-metrics February 6, 2025 12:10
@entangled90 entangled90 added backport stable/8.5 Backport a pull request to stable/8.5 backport stable/8.6 Backport a pull request to stable/8.6 backport stable/8.7 Backport a pull request to stable/8.7 and removed component/operate Related to the Operate component/team component/tasklist Related to the Tasklist component/team component/optimize Related to Optimize component/team deprecated-client This pull request updates the Zeebe client. Please verify if updates to Camunda client are needed labels Feb 6, 2025
@entangled90 entangled90 marked this pull request as draft February 6, 2025 12:11
@entangled90 entangled90 force-pushed the cs-26708-raft-request-metrics branch 2 times, most recently from bf26093 to 9b59a52 Compare February 6, 2025 16:08
@entangled90 entangled90 force-pushed the cs-26708-raft-filesystem-metrics branch from 15118a7 to 41aa276 Compare February 6, 2025 16:12
@entangled90 entangled90 force-pushed the cs-26708-raft-request-metrics branch from 9b59a52 to d73dcaa Compare February 6, 2025 16:13
@entangled90 entangled90 force-pushed the cs-26708-raft-filesystem-metrics branch 2 times, most recently from 03a9294 to 468dd9e Compare February 6, 2025 17:36
@entangled90 entangled90 force-pushed the cs-26708-raft-request-metrics branch from d73dcaa to 97a21b2 Compare February 7, 2025 07:47
@entangled90 entangled90 marked this pull request as ready for review February 7, 2025 07:51
@entangled90 entangled90 requested a review from npepinpe February 7, 2025 07:51
tpe ->
Counter.builder(RAFT_MESSAGE_RECEIVED.getName())
.description(RAFT_MESSAGE_RECEIVED.getDescription())
.tags(RaftKeyNames.TYPE.asString(), RaftKeyNames.PARTITION_GROUP.asString())
Copy link
Member

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?

Copy link
Contributor Author

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

Base automatically changed from cs-26708-raft-filesystem-metrics to main February 7, 2025 09:14
@entangled90 entangled90 requested a review from npepinpe February 7, 2025 09:24
@entangled90 entangled90 enabled auto-merge February 7, 2025 09:37
@entangled90 entangled90 added this pull request to the merge queue Feb 7, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 7, 2025
@entangled90 entangled90 added this pull request to the merge queue Feb 7, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 7, 2025
@entangled90 entangled90 added this pull request to the merge queue Feb 7, 2025
Merged via the queue into main with commit adf019b Feb 7, 2025
77 of 78 checks passed
@entangled90 entangled90 deleted the cs-26708-raft-request-metrics branch February 7, 2025 11:20
@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.5:

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.6:

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.7:

github-merge-queue bot pushed a commit that referenced this pull request Feb 7, 2025
# Description
Backport of #27769 to `stable/8.6`.

relates to #27754 #27608
original author: @entangled90
github-merge-queue bot pushed a commit that referenced this pull request Feb 7, 2025
# Description
Backport of #27769 to `stable/8.5`.

relates to #27754 #27608
original author: @entangled90
github-merge-queue bot pushed a commit that referenced this pull request Feb 7, 2025
# Description
Backport of #27769 to `stable/8.7`.

relates to #27754 #26078
original author: @entangled90
@github-actions github-actions bot added the version:8.5.14 Marks an issue as being completely or in parts released in 8.5.14 label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable/8.5 Backport a pull request to stable/8.5 backport stable/8.6 Backport a pull request to stable/8.6 backport stable/8.7 Backport a pull request to stable/8.7 benchmark component/zeebe Related to the Zeebe component/team version: version:8.5.14 Marks an issue as being completely or in parts released in 8.5.14 version:8.6.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants