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

Update hyper crate deps (major) #12

Open
tchapacan opened this issue Mar 30, 2024 · 1 comment
Open

Update hyper crate deps (major) #12

tchapacan opened this issue Mar 30, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tchapacan
Copy link
Owner

The tool is based an a rework of this crate => https://crates.io/crates/livebox/

I have modify this crate and embedded it in this codebase to be able to add more queries and retrieve more metrics for the exporter. It seems that it uses as dependency hyper:

Current version used as dep:

hyper = { version = "0.14.19", features = ["full"] }

Hyper is now https://crates.io/crates/hyper at version 1.2.0, and we need to keep it up to date. Unfortunately it comes with breaking change as the exported types have changed so client.rs need to be adapted now

@tchapacan tchapacan added enhancement New feature or request help wanted Extra attention is needed labels Mar 30, 2024
@tchapacan
Copy link
Owner Author

prometheus_exporter_base should be updated as well, there is an ongoing PR which would help a lot MindFlavor/prometheus_exporter_base#32 awaiting to be merged (if it will be, or seek alternative solutions)

@tchapacan tchapacan changed the title Update hyper crate deps (breaking change) Update hyper crate deps Oct 31, 2024
@tchapacan tchapacan changed the title Update hyper crate deps Update hyper crate deps (major) Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant