Interface MongoHandlerObservationConvention

All Superinterfaces:
KeyValuesConvention, ObservationConvention<MongoHandlerContext>

public interface MongoHandlerObservationConvention extends ObservationConvention<MongoHandlerContext>
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