- getFifteenMinuteRate() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the fifteen-minute exponentially-weighted moving average rate at which events
have occurred since the meter was created.
- getFiveMinuteRate() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the five-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getMeanRate() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the mean rate at which events have occurred since the meter was created.
- getMetricRegistry() - Method in class io.github.resilience4j.metrics.internal.TimerImpl
-
- getMetricRegistry() - Method in interface io.github.resilience4j.metrics.Timer
-
Returns the MetricRegistry of this Timer.
- getMetrics() - Method in class io.github.resilience4j.metrics.BulkheadMetrics
-
- getMetrics() - Method in class io.github.resilience4j.metrics.CircuitBreakerMetrics
-
- getMetrics() - Method in class io.github.resilience4j.metrics.internal.TimerImpl
-
- getMetrics() - Method in class io.github.resilience4j.metrics.RateLimiterMetrics
-
- getMetrics() - Method in class io.github.resilience4j.metrics.RetryMetrics
-
- getMetrics() - Method in class io.github.resilience4j.metrics.ThreadPoolBulkheadMetrics
-
- getMetrics() - Method in class io.github.resilience4j.metrics.TimeLimiterMetrics
-
- getMetrics() - Method in interface io.github.resilience4j.metrics.Timer
-
Returns the Metrics of this Timer.
- getName() - Method in class io.github.resilience4j.metrics.internal.TimerImpl
-
- getName() - Method in interface io.github.resilience4j.metrics.Timer
-
Returns the name of this Timer.
- getNumberOfFailedCalls() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the current number of failed calls.
- getNumberOfSuccessfulCalls() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the current number of successful calls.
- getNumberOfTotalCalls() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the current number of total calls.
- getOneMinuteRate() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns the one-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getSnapshot() - Method in interface io.github.resilience4j.metrics.Timer.Metrics
-
Returns a snapshot of the values.