diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index cce45ad87..ad1f49aad 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -125,10 +125,12 @@ syslog = ["syslog-tracing"] opentelemetry = [ "tracing-opentelemetry", "dep:opentelemetry", + "dep:otlp-file-exporter", "opentelemetry_sdk", "opentelemetry-otlp", "opentelemetry-appender-tracing", "opentelemetry-proto", + "tor-config-shared/opentelemetry", "__is_experimental", ] @@ -200,6 +202,7 @@ opentelemetry-appender-tracing = { version = "0.32.0", optional = true } opentelemetry-otlp = { version = "0.32.0", optional = true } opentelemetry-proto = { version = "0.32.0", optional = true } opentelemetry_sdk = { version = "0.32.1", features = ["rt-tokio"], optional = true } # TODO: what's up with this feature +otlp-file-exporter = { path = "../otlp-file-exporter", version = "0.1.0", optional = true } paste = "1.0.3" pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } @@ -221,6 +224,7 @@ tor-basic-utils = { path = "../tor-basic-utils", version = "0.45.0" } tor-cell = { path = "../tor-cell", version = "0.45.0", optional = true } tor-config = { path = "../tor-config", version = "0.45.0" } tor-config-path = { path = "../tor-config-path", version = "0.45.0" } +tor-config-shared = { path = "../tor-config-shared", version = "0.45.0" } tor-error = { path = "../tor-error", version = "0.45.0", default-features = false, features = ["tracing"] } tor-general-addr = { path = "../tor-general-addr", version = "0.45.0" } tor-hsclient = { path = "../tor-hsclient", version = "0.45.0", optional = true } |
