
OpenTelemetry derive macros
Derive macros for OpenTelemetry.
Overview
OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument,
generate, collect, and export telemetry data (metrics, logs, and traces) for
analysis in order to understand your software's performance and behavior.
This crate provides derive macros for conversions into OpenTelemetry common types.
Usage
See on docs.rs.