class MetricBuilder extends Metadata

A builder class used to configure settings and metadata for metrics prior to instantiating them. Calling any of the three build methods (counter, gauge, or histogram) will cause the metric to be instantiated in the underlying StatsReceiver.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricBuilder
  2. Metadata
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(other: Any): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val description: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean
    Definition Classes
    MetricBuilder → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    MetricBuilder → AnyRef → Any
  13. val histogramFormat: HistogramFormat
  14. val identity: Identity
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isStandard: Boolean
  17. val keyIndicator: Boolean
  18. val metricType: MetricType
  19. val metricUsageHints: Set[MetricUsageHint]
  20. def name: Seq[String]

    The hierarchical name of the metric

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val percentiles: IndexedSeq[Double]
  25. val processPath: Option[String]
  26. val relativeName: Seq[String]
  27. val role: SourceRole
  28. val sourceClass: Option[String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toMetricBuilder: Option[MetricBuilder]

    Extract the MetricBuilder from Metadata

    Extract the MetricBuilder from Metadata

    Will return None if it's NoMetadata

    Definition Classes
    Metadata
  31. def toString(): String
    Definition Classes
    MetricBuilder → AnyRef → Any
  32. val units: MetricUnit
  33. val verbosity: Verbosity
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def withCounterishGauge: MetricBuilder
  38. def withDescription(desc: String): MetricBuilder
  39. def withHistogramFormat(histogramFormat: HistogramFormat): MetricBuilder
  40. def withIdentifier(processPath: Option[String]): MetricBuilder
  41. def withKeyIndicator(isKeyIndicator: Boolean = true): MetricBuilder
  42. def withMetricUsageHints(hints: Set[MetricUsageHint]): MetricBuilder
  43. def withName(name: String*): MetricBuilder
    Annotations
    @varargs()
  44. def withPercentiles(percentiles: Double*): MetricBuilder
    Annotations
    @varargs()
  45. def withRelativeName(relativeName: String*): MetricBuilder
    Annotations
    @varargs()
  46. def withRole(role: SourceRole): MetricBuilder
  47. def withSourceClass(sourceClass: Option[String]): MetricBuilder
  48. def withUnits(units: MetricUnit): MetricBuilder
  49. def withVerbosity(verbosity: Verbosity): MetricBuilder

Inherited from Metadata

Inherited from AnyRef

Inherited from Any

Ungrouped