Features
Moved the init_tracer() function to an implementation in TelemetryConfig for cleaner main file
closes #43

Bug Fixes
Telemetry is now opt-in again. Due to changes in opentelemetry, this required a major overhaul of the telemetryconfig function.
closes #44
This commit is contained in:
brotoskyj
2025-12-15 17:04:17 -05:00
parent 0dbc744471
commit f080b0034f
8 changed files with 346 additions and 67 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "signoz_test"
version = "6.0.0"
name = "airlock_libs"
version = "6.1.0"
edition = "2024"
[dependencies]
@@ -25,7 +25,7 @@ crossbeam = "0.8.4"
log = "0.4.29"
flexi_logger = "0.31.7"
opentelemetry-appender-log = "0.27.0"
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio", "trace"] }
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio", "testing", "trace"] }
[package.metadata.maturin]
generate-abi-stubs = true