Crates.io | tracing-distributed |
lib.rs | tracing-distributed |
version | 0.4.0 |
source | src |
created_at | 2020-03-10 21:56:27.623676 |
updated_at | 2021-12-27 19:48:32.655101 |
description | Tracing layer for multiprocess telemetry |
homepage | |
repository | https://github.com/eaze/tracing-honeycomb |
max_upload_size | |
id | 217392 |
size | 31,258 |
Current version: 0.3.1
This crate provides:
TelemetryLayer
, a generic tracing layer that handles publishing spans and events to arbitrary backendsAs a tracing layer, TelemetryLayer
can be composed with other layers to provide stdout logging, filtering, etc.
This crate is primarily intended to be used by people implementing their own backends.
A concrete implementation using honeycomb.io as a backend is available in the tracing-honeycomb
crate.
MIT