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

com.twitter.finagle.stats.SampledValues.scala Maven / Gradle / Ivy

There is a newer version: 6.39.0
Show newest version
package com.twitter.finagle.stats

import com.twitter.common.metrics.Snapshot
import scala.collection.Map

/**
 * Struct representing the sampled values from
 * the Metrics registry.
 */
private[stats] case class SampledValues(
    gauges: Map[String, Number],
    counters: Map[String, Number],
    histograms: Map[String, Snapshot])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy