Adapt to ObservationConvention location change.
See: micrometer-metrics/micrometer#3387 Closes: #1302
This commit is contained in:
committed by
Christoph Strobl
parent
31b6ef701a
commit
5a0a714c26
@@ -16,14 +16,15 @@
|
||||
package org.springframework.data.cassandra.observability;
|
||||
|
||||
import io.micrometer.observation.Observation;
|
||||
import io.micrometer.observation.ObservationConvention;
|
||||
|
||||
/**
|
||||
* {@link Observation.ObservationConvention} for Cassandra.
|
||||
* {@link ObservationConvention} for Cassandra.
|
||||
*
|
||||
* @author Greg Turnquist
|
||||
* @since 4.0.0
|
||||
*/
|
||||
public interface CqlSessionObservationConvention extends Observation.ObservationConvention<CqlSessionContext> {
|
||||
public interface CqlSessionObservationConvention extends ObservationConvention<CqlSessionContext> {
|
||||
|
||||
@Override
|
||||
default boolean supportsContext(Observation.Context context) {
|
||||
|
||||
Reference in New Issue
Block a user