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

fix(pd): restore metrics-process emission #5022

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

conorsch
Copy link
Contributor

Describe your changes

In bumping the various metrics-related crates recently, we overlooked that the specific metrics emitted by the metrics-process crate had vanished. Bumping the dependency resolves.

Updates the pd metrics tests to check for more patterns. These checks were failing on the main branch, specifically the pd_process_* patterns.

Also refactors the metrics test to use rstest, for more granular output.

Issue ticket number and link

Refs #5021

Testing and review

I've already confirmed that the new tests failed on main, so CI passing is enough to merge here.

Checklist before requesting a review

  • I have added guiding text to explain how a reviewer should test these changes.

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    metrics and tests only, does not affect consensus logic

In bumping the various metrics-related crates recently, we overlooked
that the specific metrics emitted by the `metrics-process` crate had
vanished. Bumping the dependency resolves.

Updates the pd metrics tests to check for more patterns.
These checks were failing on the main branch, specifically the
`pd_process_*` patterns.

Also refactors the metrics test to use `rstest`, for more granular
output.
@conorsch conorsch mentioned this pull request Jan 29, 2025
5 tasks
@conorsch conorsch merged commit e8b4a9b into main Jan 29, 2025
15 checks passed
@conorsch conorsch deleted the fix-pd-process-metrics branch January 29, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants