Configuration

class Configuration

Metrics plugin configuration object that is used during plugin installation.

Constructors

Link copied to clipboard
fun Configuration()

Properties

Link copied to clipboard
var baseName: String

Dropwizard metrics base name (prefix)

Link copied to clipboard
var registerJvmMetricSets: Boolean = true

By default, this plugin will register MetricSets from metrics-jvm in the configured MetricRegistry. Set this to false to not register them.

Link copied to clipboard
var registry: MetricRegistry

Dropwizard metric registry.