tracing-elastic-apm
Elastic APM tracing layer. Uses the native ingest API.
Usage
Add the crate to your Cargo.toml file:
= "desired version"
Create a new tracing Layer:
let layer = new_layer;
Register the layer:
.with
.init;
registry
Take a look at Config
for more configuration options.