Crate instrumented_codegen

Source
Expand description

§Instrumented

instrumented provides an attribute macro that enables instrumentation of functions for use with Prometheus.

This crate is largely based on the log-derive crate, and inspired by the metered crate. Some parts of the code were based directly on log-derive.

For details, refer to the [instrumented] crate.

Attribute Macros§

instrument
Instruments a function.