metrics_demo/Cargo.toml

18 lines
569 B
TOML
Raw Normal View History

2024-10-10 18:49:19 +00:00
[package]
name = "demo"
version = "0.1.0"
edition = "2021"
[dependencies]
opentelemetry = { version = "0.24.0", features = ["metrics", "otel_unstable"] }
opentelemetry-prometheus = { version = "0.17.0", features = ["prometheus-encoding"] }
# opentelemetry-stdout = { version = "0.26.0", features = ["metrics"] }
opentelemetry_sdk = { version = "0.24.0", features = ["metrics", "rt-tokio"] }
prometheus = "0.13.4"
rocket = "0.5.1"
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-loki = "0.2.5"
tracing-subscriber = "0.3.18"
url = "2.5.2"