Exporting traces to jaeger.

This commit is contained in:
Tom Alexander
2023-03-27 17:06:22 -04:00
parent cddefdb963
commit e1fbe36297
2 changed files with 21 additions and 8 deletions

View File

@@ -12,7 +12,10 @@ path = "src/main.rs"
[dependencies]
nom = "7.1.1"
opentelemetry = "0.17.0"
opentelemetry-jaeger = "0.16.0"
tracing = "0.1.37"
tracing-opentelemetry = "0.17.2"
tracing-subscriber = {version="0.3.16", features=["env-filter"]}
[features]