[package] name = "holochain_metrics" version = "0.3.4" authors = ["Holochain Core Dev Team "] edition = "2021" description = "metrics helpers" license = "Apache-2.0" documentation = "https://docs.rs/holochain_metrics" repository = "https://github.com/holochain/holochain" # reminder - do not use workspace deps [dependencies] influxive = { version = "=0.0.2-alpha.1", optional = true } opentelemetry_api = { version = "=0.20.0", features = [ "metrics" ] } tracing = "0.1.37" [lints] workspace = true [features] default = [ "influxive" ]