Create a new PollingMetric that will poll on the blocking thread pool.
Returns an effect that will launch the polling metric in a background fiber, using the specified schedule.
An effect that polls for a value and uses the value to update the metric.
Returns a new polling metric whose poll function will be retried with the specified retry policy.
Zips this polling metric with the specified polling metric.
A
PollingMetric[Type, Out]is a combination of a metric and an effect that polls for updates to the metric.