Module splinter::tap[][src]

Expand description

Implementations of the metrics macro API.

Includes a default no-op implementation. The metrics feature turns an implementation for sending metrics to an InfluxDB instance.

The following macros are available:

  • counter: Increments a counter.
  • gauge: Updates a gauge.
  • histogram: Records a histogram.

Modules

Contains an influxdb specific implementation of the metrics::Recorder trait. InfluxRecorder enables using the metrics macros and sending the metrics data to a running Influx database.