Skip to content

Commit 5a0a714

Browse files
shakuzenchristophstrobl
authored andcommitted
Adapt to ObservationConvention location change.
See: micrometer-metrics/micrometer#3387 Closes: #1302
1 parent 31b6ef7 commit 5a0a714

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/observability/CqlSessionObservationConvention.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
package org.springframework.data.cassandra.observability;
1717

1818
import io.micrometer.observation.Observation;
19+
import io.micrometer.observation.ObservationConvention;
1920

2021
/**
21-
* {@link Observation.ObservationConvention} for Cassandra.
22+
* {@link ObservationConvention} for Cassandra.
2223
*
2324
* @author Greg Turnquist
2425
* @since 4.0.0
2526
*/
26-
public interface CqlSessionObservationConvention extends Observation.ObservationConvention<CqlSessionContext> {
27+
public interface CqlSessionObservationConvention extends ObservationConvention<CqlSessionContext> {
2728

2829
@Override
2930
default boolean supportsContext(Observation.Context context) {

0 commit comments

Comments
 (0)