Class

io.prometheus.client.metrics.Metric

MetricLens

Related Doc: package Metric

Permalink

implicit class MetricLens[UpperPB] extends ObjectLens[UpperPB, Metric]

Linear Supertypes
ObjectLens[UpperPB, Metric], Lens[UpperPB, Metric], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetricLens(_l: Lens[UpperPB, Metric])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: Metric): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[B](other: Lens[Metric, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. def counter: Lens[UpperPB, Counter]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def field[A](getter: (Metric) ⇒ A)(setter: (Metric, A) ⇒ Metric): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  12. def field[A](lens: Lens[Metric, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gauge: Lens[UpperPB, Gauge]

    Permalink
  15. def get(u: UpperPB): Metric

    Permalink
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def histogram: Lens[UpperPB, Histogram]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def label: Lens[UpperPB, Seq[LabelPair]]

    Permalink
  21. def modify(f: (Metric) ⇒ Metric): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def optionalCounter: Lens[UpperPB, Option[Counter]]

    Permalink
  26. def optionalGauge: Lens[UpperPB, Option[Gauge]]

    Permalink
  27. def optionalHistogram: Lens[UpperPB, Option[Histogram]]

    Permalink
  28. def optionalSummary: Lens[UpperPB, Option[Summary]]

    Permalink
  29. def optionalTimestampMs: Lens[UpperPB, Option[Long]]

    Permalink
  30. def optionalUntyped: Lens[UpperPB, Option[Untyped]]

    Permalink
  31. def set(c: Metric): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  32. def summary: Lens[UpperPB, Summary]

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

    Permalink
    Definition Classes
    AnyRef
  34. def timestampMs: Lens[UpperPB, Long]

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def untyped: Lens[UpperPB, Untyped]

    Permalink
  37. def update(ms: (Lens[Metric, Metric]) ⇒ Mutation[Metric]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Metric, B)]

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Metric]

Inherited from Lens[UpperPB, Metric]

Inherited from AnyRef

Inherited from Any

Ungrouped