2021-04-01 22:00:03 +00:00
|
|
|
[package]
|
2021-04-02 20:14:30 +00:00
|
|
|
name = "observability_deps"
|
|
|
|
description = "Observability ecosystem dependencies for InfluxDB IOx, to ensure consistent versions and unified updates"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-04-01 22:00:03 +00:00
|
|
|
|
|
|
|
[dependencies] # In alphabetical order
|
2022-04-12 16:49:50 +00:00
|
|
|
tracing = { version = "0.1", features = ["max_level_trace"] }
|
2023-02-24 18:02:23 +00:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
2022-04-12 10:33:27 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
# Optionally enable trace events in the release build if enabled.
|
|
|
|
release_max_level_trace = ["tracing/release_max_level_trace"]
|