registry
Specifies the meter registry for your monitoring system. The example below shows how to create the PrometheusMeterRegistry
:
install(MicrometerMetrics) {
registry = PrometheusMeterRegistry(PrometheusConfig.DEFAULT)
}
Content copied to clipboard