Skip to content
On this page

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" % "0.7.1"
scala
def ivyDeps = Agg(
  ivy"dev.mongocamp:::micrometer-mongodb:0.7.1"
)
xml
<dependency>
    <groupId>dev.mongocamp</groupId>
    <artifactId>micrometer-mongodb_2.13</artifactId>
    <version>0.7.1</version>
</dependency>
groovy
dependencies {
    implementation "dev.mongocamp:micrometer-mongodb_2.13:0.7.1"
}

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.

Apache 2

Released under the Apache License 2.0.