A PollingMetric[Type, Out] is a combination of a metric and an effect that polls for updates to the metric.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Members list
Value members
Abstract methods
The metric that this PollingMetric polls to update.
The metric that this PollingMetric polls to update.
Attributes
Concrete methods
Create a new PollingMetric that will poll on the blocking thread pool.
Create a new PollingMetric that will poll on the blocking thread pool.
Attributes
Returns an effect that will launch the polling metric in a background fiber, using the specified schedule.
Returns an effect that will launch the polling metric in a background fiber, using the specified schedule.
Attributes
An effect that polls for a value and uses the value to update the metric.
An effect that polls for a value and uses the value to update the metric.
Attributes
Returns a new polling metric whose poll function will be retried with the specified retry policy.
Returns a new polling metric whose poll function will be retried with the specified retry policy.
Attributes
Zips this polling metric with the specified polling metric.
Zips this polling metric with the specified polling metric.