Browse Source
Recommend using driver native API for observability. See #5009 See #5078 Original pull request #5080pull/5109/head
6 changed files with 36 additions and 5 deletions
@ -1,5 +1,8 @@ |
|||||||
/** |
/** |
||||||
* Infrastructure to provide driver observability using Micrometer. |
* Infrastructure to provide driver observability using Micrometer. |
||||||
|
* <p> |
||||||
|
* <strong>NOTE:</strong> MongoDB Java Driver 5.7+ comes with observability directly built in which can be configured |
||||||
|
* via {@code MongoClientSettings.Builder#observabilitySettings(ObservabilitySettings)}. |
||||||
*/ |
*/ |
||||||
@org.jspecify.annotations.NullMarked |
@org.jspecify.annotations.NullMarked |
||||||
package org.springframework.data.mongodb.observability; |
package org.springframework.data.mongodb.observability; |
||||||
|
|||||||
Loading…
Reference in new issue