Polish
See gh-28341
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user