Class CircuitBreakerObservationContext
java.lang.Object
io.micrometer.observation.Observation.Context
org.springframework.cloud.client.circuitbreaker.observation.CircuitBreakerObservationContext
- All Implemented Interfaces:
io.micrometer.observation.Observation.ContextView
public class CircuitBreakerObservationContext
extends io.micrometer.observation.Observation.Context
Circuit Breaker
Observation.Context.- Since:
- 4.0.0
- Author:
- Marcin Grzejszczak
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the type of wrapped object. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofCircuitBreakerObservationDocumentation. -
Method Summary
Methods inherited from class io.micrometer.observation.Observation.Context
addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.micrometer.observation.Observation.ContextView
getOrDefault
-
Constructor Details
-
CircuitBreakerObservationContext
Creates a new instance ofCircuitBreakerObservationDocumentation.- Parameters:
type- type of wrapped object
-
-
Method Details
-
getType
Gets the wrapped object type.- Returns:
- type of wrapped object
-