tracing-perfspan 0.1.0

Tracing layer to enable usdt probes for perfspan
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tracing-perfspan"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/dshulyak/perfspan"
license = "MIT"
description = """
Tracing layer to enable usdt probes for perfspan
"""

[dependencies]
probe = "0.5.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }