parent
5f62d1dc8e
commit
241261b6b6
|
|
@ -29,6 +29,7 @@ import java.util.stream.Collectors;
|
|||
import java.util.stream.Stream;
|
||||
|
||||
import io.micrometer.observation.Observation;
|
||||
import io.micrometer.observation.ObservationConvention;
|
||||
import io.micrometer.observation.ObservationRegistry;
|
||||
|
||||
import org.springframework.core.ParameterizedTypeReference;
|
||||
|
|
@ -349,7 +350,7 @@ public class RestTemplate extends InterceptingHttpAccessor implements RestOperat
|
|||
}
|
||||
|
||||
/**
|
||||
* Configure an {@link Observation.ObservationConvention} that sets the name of the
|
||||
* Configure an {@link ObservationConvention} that sets the name of the
|
||||
* {@link Observation observation} as well as its {@link io.micrometer.common.KeyValues}
|
||||
* extracted from the {@link ClientHttpObservationContext}.
|
||||
* If none set, the {@link DefaultClientHttpObservationConvention default convention} will be used.
|
||||
|
|
|
|||
Loading…
Reference in New Issue