Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 13, 2022
1 parent 5f62d1d commit 241261b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
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;
Expand Down Expand Up @@ -349,7 +350,7 @@ public void setObservationRegistry(ObservationRegistry observationRegistry) {
}

/**
* 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.
Expand Down

0 comments on commit 241261b

Please sign in to comment.