Interface MongoHandlerObservationConvention

All Superinterfaces:
KeyValuesConvention, ObservationConvention<MongoHandlerContext>

@Deprecated(since="5.1", forRemoval=true) public interface MongoHandlerObservationConvention extends ObservationConvention<MongoHandlerContext>
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.1 in favor of native MongoDB Java Driver observability support.
ObservationConvention for MongoHandlerContext.

NOTE: MongoDB Java Driver 5.7+ comes with observability directly built in which can be configured via MongoClientSettings.Builder#observabilitySettings(ObservabilitySettings). We recommend switching to the driver native observability.

Since:
4
Author:
Greg Turnquist