Settings

case class Settings(name: String, description: String, enabled: Boolean, factory: Option[String], metricsFilter: Option[Filter], collectInterval: Option[Duration])

Configuration of a given module present in the classpath.

Value parameters:
description

Module's description.

enabled

Whether the module is enabled or not. Enabled modules in the classpath will be automatically started in any call to Kamon.loadModules().

factory

FQCN of the ModuleFactory implementation for the module.

name

Module's name

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product