OperationMetrics

dev.mongocamp.micrometer.mongodb.binder.OperationMetrics
See theOperationMetrics companion object
case class OperationMetrics(mongoDatabase: MongoDatabase, tags: List[Tag]) extends ServerMetricsBase

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MeterBinder
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def bindTo(registry: MeterRegistry): Unit

Attributes

Definition Classes
MeterBinder

Inherited methods

protected def getServerStats: Document

Attributes

Inherited from:
ServerMetricsBase
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product