Class RetryMetricNames

java.lang.Object
io.github.resilience4j.micrometer.tagged.RetryMetricNames

public class RetryMetricNames
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  RetryMetricNames.Builder
    Helps building custom instance of RetryMetricNames.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String DEFAULT_RETRY_CALLS  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected RetryMetricNames()  
  • Method Summary

    Modifier and Type Method Description
    static RetryMetricNames.Builder custom()
    Returns a builder for creating custom metric names.
    java.lang.String getCallsMetricName()
    Returns the metric name for retry calls, defaults to "resilience4j.retry.calls".
    static RetryMetricNames ofDefaults()
    Returns default metric names.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait