Structs§
- Influx
DbHandle - A handle to the InfluxDb metrics recorder. Aborts the submission task when dropped.
Traits§
- Into
Named Query - Convert a metric to an influxdb query using the type name.
- Metrics
Consumer - Aggregator for metrics. An aggregator should collect metrics so they can be batch dispatched.
Functions§
- dispatch
- Dispatch a single metric to the database. Will emmit a log record if an error occurs.
- dispatch_
many - Dispatch many metrics to the database. These will be dispatched concurrently.