AttributedMetric

Interface for defining an attributed metric. Each metric implementation should provide its name and parameters.

Functions

Link copied to clipboard
abstract suspend fun getMetricParameters(): Map<String, String>
Link copied to clipboard
abstract fun getPixelName(): String
Link copied to clipboard
abstract suspend fun getTag(): String