t

kamon.metric

MetricBuilding

trait MetricBuilding extends AnyRef

Exposes APIs for creating metrics, using a MetricRegistry as the underlying source of those metrics. Not all possible combinations of parameters to build metrics are exposed through this interface, but it is expected to cover all the common cases.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricBuilding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def registry: MetricRegistry

    Registry from which metrics are retrieved.

    Registry from which metrics are retrieved.

    Attributes
    protected

Concrete 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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def counter(name: String, description: String, settings: ForValueInstrument): Metric.Counter

    Creates or retrieves a Counter-backed metric with the provided settings

  7. def counter(name: String, description: String, unit: MeasurementUnit): Metric.Counter

    Creates or retrieves a Counter-backed metric with the provided unit

  8. def counter(name: String, unit: MeasurementUnit): Metric.Counter

    Creates or retrieves a Counter-backed metric with the provided unit

  9. def counter(name: String, description: String): Metric.Counter

    Creates or retrieves a Counter-backed metric

  10. def counter(name: String): Metric.Counter

    Creates or retrieves a Counter-backed metric

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def gauge(name: String, description: String, settings: ForValueInstrument): Metric.Gauge

    Creates or retrieves a Gauge-backed metric with the provided settings

  15. def gauge(name: String, description: String, unit: MeasurementUnit): Metric.Gauge

    Creates or retrieves a Gauge-backed metric with the provided unit

  16. def gauge(name: String, unit: MeasurementUnit): Metric.Gauge

    Creates or retrieves a Gauge-backed metric with the provided unit

  17. def gauge(name: String, description: String): Metric.Gauge

    Creates or retrieves a Gauge-backed metric

  18. def gauge(name: String): Metric.Gauge

    Creates or retrieves a Gauge-backed metric

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def histogram(name: String, description: String, settings: ForDistributionInstrument): Metric.Histogram

    Creates or retrieves a Histogram-backed metric with the provided settings

  22. def histogram(name: String, description: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Metric.Histogram

    Creates or retrieves a Histogram-backed metric with the provided unit and dynamic range

  23. def histogram(name: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Metric.Histogram

    Creates or retrieves a Histogram-backed metric with the provided unit and dynamic range

  24. def histogram(name: String, description: String, unit: MeasurementUnit): Metric.Histogram

    Creates or retrieves a Histogram-backed metric with the provided unit

  25. def histogram(name: String, unit: MeasurementUnit): Metric.Histogram

    Creates or retrieves a Histogram-backed metric with the provided unit

  26. def histogram(name: String, description: String): Metric.Histogram

    Creates or retrieves a Histogram-backed metric

  27. def histogram(name: String): Metric.Histogram

    Creates or retrieves a Histogram-backed metric

  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def rangeSampler(name: String, description: String, settings: ForDistributionInstrument): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided settings

  33. def rangeSampler(name: String, description: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit and dynamic range

  34. def rangeSampler(name: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit and dynamic range

  35. def rangeSampler(name: String, description: String, unit: MeasurementUnit, autoUpdateInterval: Duration): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit and auto-update interval

  36. def rangeSampler(name: String, description: String, unit: MeasurementUnit): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit

  37. def rangeSampler(name: String, unit: MeasurementUnit, autoUpdateInterval: Duration): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit and auto-update interval

  38. def rangeSampler(name: String, unit: MeasurementUnit): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric with the provided unit

  39. def rangeSampler(name: String, description: String): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric

  40. def rangeSampler(name: String): Metric.RangeSampler

    Creates or retrieves a RangeSampler-backed metric

  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def timer(name: String, description: String, dynamicRange: DynamicRange): Metric.Timer

    Creates or retrieves a Timer-backed metric with the provided unit and dynamic range

  43. def timer(name: String, dynamicRange: DynamicRange): Metric.Timer

    Creates or retrieves a Timer-backed metric with the provided unit and dynamic range

  44. def timer(name: String, description: String): Metric.Timer

    Creates or retrieves a Timer-backed metric

  45. def timer(name: String): Metric.Timer

    Creates or retrieves a Timer-backed metric

  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped