Packages

t

kamon

Metrics

trait Metrics extends MetricBuilding

Exposes all metric building APIs using a built-in, globally shared metric registry.

Self Type
Metrics with Configuration with Utilities
Linear Supertypes
MetricBuilding, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Metrics
  2. MetricBuilding
  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. val _metricRegistry: MetricRegistry
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearRegistry(): Unit
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def counter(name: String, description: String, settings: ForValueInstrument): Counter

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

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

    Definition Classes
    MetricBuilding
  9. def counter(name: String, description: String, unit: MeasurementUnit): Counter

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

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

    Definition Classes
    MetricBuilding
  10. def counter(name: String, unit: MeasurementUnit): Counter

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

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

    Definition Classes
    MetricBuilding
  11. def counter(name: String, description: String): Counter

    Creates or retrieves a Counter-backed metric

    Creates or retrieves a Counter-backed metric

    Definition Classes
    MetricBuilding
  12. def counter(name: String): Counter

    Creates or retrieves a Counter-backed metric

    Creates or retrieves a Counter-backed metric

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

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

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

    Definition Classes
    MetricBuilding
  17. def gauge(name: String, description: String, unit: MeasurementUnit): Gauge

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

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

    Definition Classes
    MetricBuilding
  18. def gauge(name: String, unit: MeasurementUnit): Gauge

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

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

    Definition Classes
    MetricBuilding
  19. def gauge(name: String, description: String): Gauge

    Creates or retrieves a Gauge-backed metric

    Creates or retrieves a Gauge-backed metric

    Definition Classes
    MetricBuilding
  20. def gauge(name: String): Gauge

    Creates or retrieves a Gauge-backed metric

    Creates or retrieves a Gauge-backed metric

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

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

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

    Definition Classes
    MetricBuilding
  24. def histogram(name: String, description: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Histogram

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

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

    Definition Classes
    MetricBuilding
  25. def histogram(name: String, unit: MeasurementUnit, dynamicRange: DynamicRange): Histogram

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

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

    Definition Classes
    MetricBuilding
  26. def histogram(name: String, description: String, unit: MeasurementUnit): Histogram

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

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

    Definition Classes
    MetricBuilding
  27. def histogram(name: String, unit: MeasurementUnit): Histogram

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

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

    Definition Classes
    MetricBuilding
  28. def histogram(name: String, description: String): Histogram

    Creates or retrieves a Histogram-backed metric

    Creates or retrieves a Histogram-backed metric

    Definition Classes
    MetricBuilding
  29. def histogram(name: String): Histogram

    Creates or retrieves a Histogram-backed metric

    Creates or retrieves a Histogram-backed metric

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

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

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

    Definition Classes
    MetricBuilding
  35. def rangeSampler(name: String, description: String, unit: MeasurementUnit, dynamicRange: DynamicRange): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  36. def rangeSampler(name: String, unit: MeasurementUnit, dynamicRange: DynamicRange): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  37. def rangeSampler(name: String, description: String, unit: MeasurementUnit, autoUpdateInterval: Duration): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  38. def rangeSampler(name: String, description: String, unit: MeasurementUnit): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  39. def rangeSampler(name: String, unit: MeasurementUnit, autoUpdateInterval: Duration): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  40. def rangeSampler(name: String, unit: MeasurementUnit): RangeSampler

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

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

    Definition Classes
    MetricBuilding
  41. def rangeSampler(name: String, description: String): RangeSampler

    Creates or retrieves a RangeSampler-backed metric

    Creates or retrieves a RangeSampler-backed metric

    Definition Classes
    MetricBuilding
  42. def rangeSampler(name: String): RangeSampler

    Creates or retrieves a RangeSampler-backed metric

    Creates or retrieves a RangeSampler-backed metric

    Definition Classes
    MetricBuilding
  43. def registry(): MetricRegistry

    Metric registry from which all metric-building APIs will draw instances.

    Metric registry from which all metric-building APIs will draw instances. For more details on the entire set of exposes APIs please refer to kamon.metric.MetricBuilding.

    Attributes
    protected
    Definition Classes
    MetricsMetricBuilding
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def timer(name: String, description: String, dynamicRange: DynamicRange): Timer

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

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

    Definition Classes
    MetricBuilding
  46. def timer(name: String, dynamicRange: DynamicRange): Timer

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

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

    Definition Classes
    MetricBuilding
  47. def timer(name: String, description: String): Timer

    Creates or retrieves a Timer-backed metric

    Creates or retrieves a Timer-backed metric

    Definition Classes
    MetricBuilding
  48. def timer(name: String): Timer

    Creates or retrieves a Timer-backed metric

    Creates or retrieves a Timer-backed metric

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

Inherited from MetricBuilding

Inherited from AnyRef

Inherited from Any

Ungrouped