Getting Started
A library to monitor your MongoDB and push all your Micrometer Stats to an Mongodb.
Dependency Setup
Support Scala 2.12 and Scala 2.13.
scala
libraryDependencies += "dev.mongocamp" %% "micrometer-mongodb" % "1.0.2.snapshot"
scala
def ivyDeps = Agg(
ivy"dev.mongocamp:::micrometer-mongodb:1.0.2.snapshot"
)
xml
<dependency>
<groupId>dev.mongocamp</groupId>
<artifactId>micrometer-mongodb_2.13</artifactId>
<version>1.0.2.snapshot</version>
</dependency>
groovy
dependencies {
implementation "dev.mongocamp:micrometer-mongodb_2.13:1.0.2.snapshot"
}
Binder
Micrometer Core supports some build in Binder for MongoDb Monitoring. But when you want more statistics over other MongoDb Statistics you need individual bindings. Some Binders you can find in our binding collection.
Registry
Possibility to persist your Micrometer Stats to your MongoDB.