See gh-28341
This commit is contained in:
Brian Clozel 2022-09-13 14:00:08 +02:00
parent 5f62d1dc8e
commit 241261b6b6
1 changed files with 2 additions and 1 deletions

View File

@ -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.