1 unstable release
new 0.0.2 | Dec 17, 2024 |
---|
#225 in Profiling
103 downloads per month
11KB
159 lines
tracing-datadog-macros
lib.rs
:
Collection of tracing macros
Example
use tracing_datadog_macros::instrument_web;
#[instrument_web(skip(self))]
async fn process_data(&self, data: Data) {
// ...
}
Dependencies
~2.2–3.5MB
~56K SLoC