Module solana::metrics[][src]

The metrics module enables sending measurements to an InfluxDB instance

Functions

flush

Blocks until all pending points from previous calls to submit have been transmitted.

set_panic_hook

Hook the panic handler to generate a data point on each panic

submit

Submits a new point from any thread. Note that points are internally queued and transmitted periodically in batches.