Metrics and Configuration
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / resources / application.conf
index c29f93bb073cb712df045bf4839cc247a2b49111..6be6cda5d3d741de221190e55fcf71d042e4c24a 100644 (file)
@@ -1,10 +1,13 @@
 
 odl-cluster-data {
   bounded-mailbox {
-    mailbox-type = "org.opendaylight.controller.common.actor.MeteredBoundedMailbox"
+    mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox"
     mailbox-capacity = 1000
     mailbox-push-timeout-time = 100ms
   }
+
+  metric-capture-enabled = true
+
   akka {
     loggers = ["akka.event.slf4j.Slf4jLogger"]
     cluster {