@ -19,9 +19,9 @@ package org.springframework.cloud.client.circuitbreaker.observation;
@@ -19,9 +19,9 @@ package org.springframework.cloud.client.circuitbreaker.observation;
import io.micrometer.common.docs.KeyName ;
import io.micrometer.observation.Observation ;
import io.micrometer.observation.ObservationConvention ;
import io.micrometer.observation.docs.DocumentedObserv ation ;
import io.micrometer.observation.docs.Observation Documentation ;
enum CircuitBreakerDocumentedObserv ation implements DocumentedObserv ation {
enum CircuitBreakerObservation Documentation implements Observation Documentation {
/ * *
* Observation created when we wrap a Supplier passed to the CircuitBreaker .
@ -76,7 +76,7 @@ enum CircuitBreakerDocumentedObservation implements DocumentedObservation {
@@ -76,7 +76,7 @@ enum CircuitBreakerDocumentedObservation implements DocumentedObservation {
// }
} ;
enum LowCardinalityTags implements KeyName {
public enum LowCardinalityTags implements KeyName {
/ * *
* Defines the type of wrapped lambda .