- ofBulkheadRegistry(BulkheadRegistry) - Static method in class io.github.resilience4j.micrometer.BulkheadMetrics
-
Creates a new instance BulkheadMetrics
BulkheadMetrics with
a
BulkheadRegistry as a source.
- ofBulkheadRegistry(BulkheadRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedBulkheadMetrics
-
Creates a new binder that uses given registry as source of bulkheads.
- ofBulkheadRegistry(TaggedBulkheadMetrics.MetricNames, BulkheadRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedBulkheadMetrics
-
Creates a new binder defining custom metric names and
using given registry as source of bulkheads.
- ofCircuitBreakerRegistry(CircuitBreakerRegistry) - Static method in class io.github.resilience4j.micrometer.CircuitBreakerMetrics
-
Creates a new instance CircuitBreakerMetrics
CircuitBreakerMetrics with
a
CircuitBreakerRegistry as a source.
- ofCircuitBreakerRegistry(TaggedCircuitBreakerMetrics.MetricNames, CircuitBreakerRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedCircuitBreakerMetrics
-
Creates a new binder that uses given registry as source of circuit breakers.
- ofCircuitBreakerRegistry(CircuitBreakerRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedCircuitBreakerMetrics
-
Creates a new binder that uses given registry as source of circuit breakers.
- ofDefaults() - Static method in class io.github.resilience4j.micrometer.tagged.TaggedBulkheadMetrics.MetricNames
-
Returns default metric names.
- ofDefaults() - Static method in class io.github.resilience4j.micrometer.tagged.TaggedCircuitBreakerMetrics.MetricNames
-
Returns default metric names.
- ofDefaults() - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRateLimiterMetrics.MetricNames
-
Returns default metric names.
- ofDefaults() - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRetryMetrics.MetricNames
-
Returns default metric names.
- ofIterable(Iterable<CircuitBreaker>) - Static method in class io.github.resilience4j.micrometer.CircuitBreakerMetrics
-
Creates a new instance CircuitBreakerMetrics
CircuitBreakerMetrics with
an
Iterable of circuit breakers as a source.
- ofIterable(String, Iterable<CircuitBreaker>) - Static method in class io.github.resilience4j.micrometer.CircuitBreakerMetrics
-
Creates a new instance CircuitBreakerMetrics
CircuitBreakerMetrics with
an
Iterable of circuit breakers as a source.
- ofRateLimiterRegistry(RateLimiterRegistry) - Static method in class io.github.resilience4j.micrometer.RateLimiterMetrics
-
Creates a new instance RateLimiterMetrics
RateLimiterMetrics with
a
RateLimiterRegistry as a source.
- ofRateLimiterRegistry(RateLimiterRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRateLimiterMetrics
-
Creates a new binder that uses given registry as source of retries.
- ofRateLimiterRegistry(TaggedRateLimiterMetrics.MetricNames, RateLimiterRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRateLimiterMetrics
-
Creates a new binder that uses given registry as source of retries.
- ofRetryRegistry(RetryRegistry) - Static method in class io.github.resilience4j.micrometer.RetryMetrics
-
Creates a new instance RetryMetrics
RetryMetrics with
a
RateLimiterRegistry as a source.
- ofRetryRegistry(RetryRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRetryMetrics
-
Creates a new binder that uses given registry as source of retries.
- ofRetryRegistry(TaggedRetryMetrics.MetricNames, RetryRegistry) - Static method in class io.github.resilience4j.micrometer.tagged.TaggedRetryMetrics
-
Creates a new binder that uses given registry as source of retries.