2021-04-01 22:00:03 +00:00
|
|
|
[package]
|
2021-04-02 20:14:30 +00:00
|
|
|
name = "observability_deps"
|
2021-04-01 22:00:03 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Dix <paul@pauldix.net>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-04-02 20:14:30 +00:00
|
|
|
description = "Observability ecosystem dependencies for InfluxDB IOx, to ensure consistent versions and unified updates"
|
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"] }
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { 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"]
|