Class/Object

com.twitter.finagle.stats

MetricsStatsReceiver

Related Docs: object MetricsStatsReceiver | package stats

Permalink

class MetricsStatsReceiver extends StatsReceiverWithCumulativeGauges with CollisionTrackingStatsReceiver with WithHistogramDetails

The standard implementation of StatsReceiver, optimized to be high precision and low overhead.

Note: Histogram is configured to store events in 60 second snapshots. It means that when you add a value, you need to wait at most 20 seconds before this value will be aggregated in the exported metrics.

Linear Supertypes
WithHistogramDetails, CollisionTrackingStatsReceiver, StatsReceiverWithCumulativeGauges, StatsReceiver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricsStatsReceiver
  2. WithHistogramDetails
  3. CollisionTrackingStatsReceiver
  4. StatsReceiverWithCumulativeGauges
  5. StatsReceiver
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetricsStatsReceiver()

    Permalink
  2. new MetricsStatsReceiver(registry: Metrics)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addGauge(schema: GaugeSchema)(f: ⇒ Float): Gauge

    Permalink
    Definition Classes
    MetricsStatsReceiver → StatsReceiverWithCumulativeGauges → StatsReceiver
  5. def addGauge(verbosity: Verbosity, name: String*)(f: ⇒ Float): Gauge

    Permalink
    Definition Classes
    StatsReceiver
  6. def addGauge(name: String*)(f: ⇒ Float): Gauge

    Permalink
    Definition Classes
    StatsReceiver
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def counter(schema: CounterSchema): Counter

    Permalink

    Create and register a counter inside the underlying Metrics library

    Create and register a counter inside the underlying Metrics library

    Definition Classes
    MetricsStatsReceiver → StatsReceiver
  10. def counter(verbosity: Verbosity, name: String*): Counter

    Permalink
    Definition Classes
    StatsReceiver
    Annotations
    @varargs()
  11. def counter(name: String*): Counter

    Permalink
    Definition Classes
    StatsReceiver
    Annotations
    @varargs()
  12. def deregisterGauge(name: Seq[String]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MetricsStatsReceiver → StatsReceiverWithCumulativeGauges
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def executor: Executor

    Permalink

    Overrides the executor that manages cumulative gauges to use the same executor that backs FuturePool.unboundedPool.

    Overrides the executor that manages cumulative gauges to use the same executor that backs FuturePool.unboundedPool.

    Definition Classes
    MetricsStatsReceiver → StatsReceiverWithCumulativeGauges
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def histogramDetails: Map[String, HistogramDetail]

    Permalink
    Definition Classes
    MetricsStatsReceiver → WithHistogramDetails
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isNull: Boolean

    Permalink
    Definition Classes
    StatsReceiver
  22. def largeGaugeLinterRule: Rule

    Permalink
    Definition Classes
    StatsReceiverWithCumulativeGauges
  23. def metricBuilder(): MetricBuilder

    Permalink
    Definition Classes
    StatsReceiver
  24. def metricsCollisionsLinterRule: Rule

    Permalink
    Definition Classes
    MetricsStatsReceiver → CollisionTrackingStatsReceiver
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def numUnderlying(name: String*): Int

    Permalink
    Attributes
    protected
    Definition Classes
    StatsReceiverWithCumulativeGauges
  29. def provideGauge(name: String*)(f: ⇒ Float): Unit

    Permalink
    Definition Classes
    StatsReceiver
  30. def registerGauge(verbosity: Verbosity, name: Seq[String], f: ⇒ Float): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MetricsStatsReceiver → StatsReceiverWithCumulativeGauges
  31. def registerGauge(gaugeSchema: GaugeSchema, f: ⇒ Float): Unit

    Permalink
    Attributes
    protected[this]
  32. val registry: Metrics

    Permalink
  33. def repr: MetricsStatsReceiver

    Permalink
    Definition Classes
    MetricsStatsReceiver → StatsReceiver
  34. final def scope(namespaces: String*): StatsReceiver

    Permalink
    Definition Classes
    StatsReceiver
    Annotations
    @varargs()
  35. def scope(namespace: String): StatsReceiver

    Permalink
    Definition Classes
    StatsReceiver
  36. def scopeSuffix(suffix: String): StatsReceiver

    Permalink
    Definition Classes
    StatsReceiver
  37. def stat(schema: HistogramSchema): Stat

    Permalink

    Create and register a stat (histogram) inside the underlying Metrics library

    Create and register a stat (histogram) inside the underlying Metrics library

    Definition Classes
    MetricsStatsReceiver → StatsReceiver
  38. def stat(verbosity: Verbosity, name: String*): Stat

    Permalink
    Definition Classes
    StatsReceiver
    Annotations
    @varargs()
  39. def stat(name: String*): Stat

    Permalink
    Definition Classes
    StatsReceiver
    Annotations
    @varargs()
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    MetricsStatsReceiver → AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WithHistogramDetails

Inherited from CollisionTrackingStatsReceiver

Inherited from StatsReceiverWithCumulativeGauges

Inherited from StatsReceiver

Inherited from AnyRef

Inherited from Any

Ungrouped