Skip to content

Commit

Permalink
Prefix metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 6, 2023
1 parent 0b95e8c commit eed937e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pypx-DICOMweb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pypx_dicomweb"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -29,3 +29,8 @@ axum-prometheus = "0.4.0"

[dev-dependencies]
rstest = "0.18.2"

[env]
AXUM_HTTP_REQUESTS_TOTAL = "pypx_dicomweb_axum_http_requests_total"
AXUM_HTTP_REQUESTS_DURATION_SECONDS = "pypx_dicomweb_axum_requests_duration_seconds"
AXUM_HTTP_REQUESTS_PENDING = "pypx_dicomweb_axum_requests_pending"

0 comments on commit eed937e

Please sign in to comment.