File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-web/src/main/java/org/springframework/web/client Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 29
29
import java .util .stream .Stream ;
30
30
31
31
import io .micrometer .observation .Observation ;
32
+ import io .micrometer .observation .ObservationConvention ;
32
33
import io .micrometer .observation .ObservationRegistry ;
33
34
34
35
import org .springframework .core .ParameterizedTypeReference ;
@@ -349,7 +350,7 @@ public void setObservationRegistry(ObservationRegistry observationRegistry) {
349
350
}
350
351
351
352
/**
352
- * Configure an {@link Observation. ObservationConvention} that sets the name of the
353
+ * Configure an {@link ObservationConvention} that sets the name of the
353
354
* {@link Observation observation} as well as its {@link io.micrometer.common.KeyValues}
354
355
* extracted from the {@link ClientHttpObservationContext}.
355
356
* If none set, the {@link DefaultClientHttpObservationConvention default convention} will be used.
You can’t perform that action at this time.
0 commit comments