|
|
|
|
@ -17,8 +17,8 @@
@@ -17,8 +17,8 @@
|
|
|
|
|
package org.springframework.boot.docs.actuator.metrics.supported.mongodb.connectionpool; |
|
|
|
|
|
|
|
|
|
import com.mongodb.event.ConnectionPoolCreatedEvent; |
|
|
|
|
import io.micrometer.core.instrument.binder.mongodb.MongoConnectionPoolTagsProvider; |
|
|
|
|
import io.micrometer.core.instrument.Tag; |
|
|
|
|
import io.micrometer.core.instrument.binder.mongodb.MongoConnectionPoolTagsProvider; |
|
|
|
|
|
|
|
|
|
public class CustomConnectionPoolTagsProvider implements MongoConnectionPoolTagsProvider { |
|
|
|
|
|
|
|
|
|
|