registry

var registry: MeterRegistry

Specifies the meter registry for your monitoring system. The example below shows how to create the PrometheusMeterRegistry:

install(MicrometerMetrics) {
registry = PrometheusMeterRegistry(PrometheusConfig.DEFAULT)
}

See also