Trait

kamon.metric

MetricBuilding

Related Doc: package metric

Permalink

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

    Permalink

    Registry from which metrics are retrieved.

    Registry from which metrics are retrieved.

    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def counter(name: String, description: String, settings: ForValueInstrument): Metric.Counter

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

    Creates or retrieves a Counter-backed metric

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

    Permalink

    Creates or retrieves a Counter-backed metric

  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gauge(name: String, description: String, settings: ForValueInstrument): Metric.Gauge

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

    Creates or retrieves a Gauge-backed metric

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

    Permalink

    Creates or retrieves a Gauge-backed metric

  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def histogram(name: String, description: String, settings: ForDistributionInstrument): Metric.Histogram

    Permalink

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

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

    Permalink

    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

    Permalink

    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

    Permalink

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

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

    Permalink

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

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

    Permalink

    Creates or retrieves a Histogram-backed metric

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

    Permalink

    Creates or retrieves a Histogram-backed metric

  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def rangeSampler(name: String, description: String, settings: ForDistributionInstrument): Metric.RangeSampler

    Permalink

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

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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

    Creates or retrieves a RangeSampler-backed metric

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

    Permalink

    Creates or retrieves a RangeSampler-backed metric

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def timer(name: String, description: String, dynamicRange: DynamicRange): Metric.Timer

    Permalink

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

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

    Permalink

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

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

    Permalink

    Creates or retrieves a Timer-backed metric

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

    Permalink

    Creates or retrieves a Timer-backed metric

  46. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped