final case class Gauge0 extends LabelledGauge with MetricFamily with Product with Serializable
This represents a Prometheus internal.gauge with no labels.
A Prometheus internal.gauge should be used for values which go up and down.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Gauge0
- Serializable
- Serializable
- Product
- Equals
- MetricFamily
- LabelledGauge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
adder: SynchronizedDoubleAdder
- Definition Classes
- LabelledGauge
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
collect(): List[Metric]
- Definition Classes
- Gauge0 → MetricFamily
-
def
dec(): Unit
- Definition Classes
- LabelledGauge
-
def
decBy(v: Double): Unit
- Definition Classes
- LabelledGauge
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
val
escapedHelp: String
- Definition Classes
- Gauge0 → MetricFamily
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
val
help: String
- Definition Classes
- Gauge0 → MetricFamily
-
def
inc(): Unit
- Definition Classes
- LabelledGauge
-
def
incBy(v: Double): Unit
- Definition Classes
- LabelledGauge
- val initialValue: Option[Double]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
metricType: MetricType.Gauge.type
- Definition Classes
- Gauge0 → MetricFamily
-
val
name: MetricName
- Definition Classes
- Gauge0 → MetricFamily
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
register(implicit registry: Registry): Gauge0.this.type
- Definition Classes
- MetricFamily
-
def
registerAndReturnSuccess(implicit registry: Registry): Boolean
- Definition Classes
- MetricFamily
-
def
set(v: Double): Unit
- Definition Classes
- LabelledGauge
-
def
setToCurrentTime()(implicit clock: Clock): Unit
- Definition Classes
- LabelledGauge
-
def
setToDuration(duration: Duration): Unit
- Definition Classes
- LabelledGauge
-
def
setToInstant(instant: Instant): Unit
- Definition Classes
- LabelledGauge
-
def
sum(): Double
- Definition Classes
- LabelledGauge
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- LabelledGauge → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )