francoposa / tower-otel-http-metrics

OpenTelemetry HTTP Metrics Middleware Layer for Tower-Compatible Servers (Axum, Hyper)
https://docs.rs/tower-otel-http-metrics/latest/tower_otel_http_metrics
MIT License
8 stars 5 forks source link

task: Bump opentelemetry dependencies #6

Closed tomharmon closed 2 months ago

tomharmon commented 2 months ago

Hey, thanks for the crate! I'm depending on the latest versions of otel so i need to bump the versions.

francoposa commented 2 months ago

Sorry, I have gotten behind on keeping versions up because making sure it all works together can be a bit of a chore.

Since the version has bumped twice to 0.24, since the latest I have in here (0.22) give me a day or so to try to get a version cut that is compatible with 0.23 as well, for anyone currently in between and so we have a relatively clean version history.

francoposa commented 2 months ago

@tomharmon I got 0.23 version up and stamped as v0.5.0 over the weekend - could you a) rebase this/resolve conflicts - they're super simple b) also bump the main Cargo.toml version to 0.6.0

Then we can merge this, stamp the release in git as well, then push to Cargo.

I already tested the versions in this PR locally with a docker compose setup to ensure it exports the metrics properly - after this PR I need to get that setup sort of cleaned up and documented for future contributors as well.

tomharmon commented 2 months ago

Awesome! Thank you so much 🙇 🫶