2021-12-28 15:58:48 +01:00
|
|
|
[package]
|
|
|
|
|
name = "example-prometheus-metrics"
|
|
|
|
|
version = "0.1.0"
|
2022-06-17 20:11:35 +02:00
|
|
|
edition = "2021"
|
2021-12-28 15:58:48 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
axum = { path = "../../axum" }
|
2025-09-13 17:06:19 +09:00
|
|
|
metrics = { version = "0.24", default-features = false }
|
2025-12-23 06:06:15 +09:00
|
|
|
metrics-exporter-prometheus = { version = "0.18", default-features = false }
|
2021-12-28 15:58:48 +01:00
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
|
tracing = "0.1"
|
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|