2022-11-03 13:28:37 +00:00
|
|
|
[package]
|
2024-10-24 16:33:04 +00:00
|
|
|
name = "nomos-tracing-service"
|
2022-11-03 13:28:37 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
async-trait = "0.1"
|
2024-06-14 11:22:16 +00:00
|
|
|
futures = "0.3"
|
2024-10-24 16:33:04 +00:00
|
|
|
nomos-tracing = { path = "../../nomos-tracing" }
|
|
|
|
opentelemetry = { version = "0.25" }
|
|
|
|
opentelemetry-otlp = "0.25"
|
|
|
|
opentelemetry_sdk = { version = "0.25", features = ["rt-tokio"] }
|
2023-10-25 10:10:21 +00:00
|
|
|
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "2f70806" }
|
2022-12-13 10:15:54 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2024-06-14 11:22:16 +00:00
|
|
|
tokio = { version = "1", features = ["time"] }
|
2022-11-18 08:46:54 +00:00
|
|
|
tracing = "0.1"
|
2022-11-21 14:35:52 +00:00
|
|
|
tracing-appender = "0.2"
|
2024-10-24 16:33:04 +00:00
|
|
|
tracing-loki = "0.2.5"
|
|
|
|
tracing-opentelemetry = "0.26"
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["json", "registry"] }
|
2022-11-21 14:35:52 +00:00
|
|
|
tracing-gelf = "0.7"
|