All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n-jmx_2.11.0.6.3.source-code.reference.conf Maven / Gradle / Ivy

# ========================================== #
# Kamon-JMX-Reporter Reference Configuration #
# ========================================== #

kamon {

  jmx {
    subscriptions {
      histogram       = [ "**" ]
      min-max-counter = [ "**" ]
      gauge           = [ "**" ]
      counter         = [ "**" ]
      trace           = [ "**" ]
      trace-segment   = [ "**" ]
      akka-actor      = [ "**" ]
      akka-dispatcher = [ "**" ]
      akka-router     = [ "**" ]
      system-metric   = [ "**" ]
      http-server     = [ "**" ]
    }
  }

  modules {
    kamon-jmx {
      auto-start = yes
      requires-aspectj = no
      extension-class = "kamon.jmx.JMXReporter"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy