Uses of Class
reactivefeign.client.metrics.MetricsTag
-
Packages that use MetricsTag Package Description reactivefeign.client.metrics -
-
Uses of MetricsTag in reactivefeign.client.metrics
Methods in reactivefeign.client.metrics that return MetricsTag Modifier and Type Method Description static MetricsTagMetricsTag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetricsTag[]MetricsTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in reactivefeign.client.metrics that return types with arguments of type MetricsTag Modifier and Type Method Description static java.util.Set<MetricsTag>MetricsTag. getMandatory()Constructor parameters in reactivefeign.client.metrics with type arguments of type MetricsTag Constructor Description MicrometerReactiveLogger(java.time.Clock clock, io.micrometer.core.instrument.MeterRegistry meterRegistry, java.lang.String name, java.util.Set<MetricsTag> tags)
-