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

histogram: add TimeHistogram #1

Merged
merged 3 commits into from
Jun 21, 2023
Merged

histogram: add TimeHistogram #1

merged 3 commits into from
Jun 21, 2023

Conversation

Noah-Kennedy
Copy link
Collaborator

This change pulls in the TimeHistogram from https://github.com/Noah-Kennedy/prometheus-client-utils.git, allowing us to get rid of tha crate, and changes the HistogramTimer to use that histogram instead of the one from the prometheus_client crate.

It also makes a minor change to CI, adding a new job which runs cargo check on each feature.

This change pulls in the TimeHistogram from https://github.com/Noah-Kennedy/prometheus-client-utils.git, allowing us to get rid of tha crate, and changes the HistogramTimer to use that histogram instead of the one from the prometheus_client crate.

It also makes a minor change to CI, adding a new job which runs `cargo check` on each feature.
src/histogram.rs Outdated Show resolved Hide resolved
src/histogram.rs Show resolved Hide resolved
@nox nox merged commit d4d0ebb into main Jun 21, 2023
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