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

org.zalando.axiom.web.krueger.metrics.AppMetricsSupplier.kt Maven / Gradle / Ivy

Go to download

This library creates vertx web endpoints exposing application metrics that can be consumed by Krueger (https://github.com/zalando/krueger-cockpit)

There is a newer version: 1.2.0
Show newest version
package org.zalando.axiom.web.krueger.metrics

interface AppMetricsSupplier {

    fun supply(): Map

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy