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

kyo.stats.internal.StatsExporter.scala Maven / Gradle / Ivy

There is a newer version: 0.14.0
Show newest version
package kyo.stats.internal

abstract class StatsExporter {
    def counter(path: List[String], description: String, delta: Long): Unit
    def histogram(path: List[String], description: String, summary: Summary): Unit
    def gauge(path: List[String], description: String, currentValue: Double): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy