[][src]Module metrix::instruments::polled

Instruments that poll their values when a snapshot is requested.

This is useful when you need to query values like currently opened DB connections etc.

Structs

ConstantValue
PollingInstrument

Create an instrument that delivers metrics based on querying values when a Snapshot is requested.