object PMetric extends WithDoubleOrdering
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PMetric
- WithDoubleOrdering
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def counter(name: String, help: String, labels: Chunk[Label] = Chunk.empty): PMetric
-
val
dblOrdering: Double.type
- Definition Classes
- WithDoubleOrdering
- def decGauge(m: PMetric, v: Double = 1.0d): Option[PMetric]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def gauge(name: String, help: String, labels: Chunk[Label] = Chunk.empty, startAt: Double = 0.0): PMetric
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def histogram(name: String, help: String, labels: Chunk[Label] = Chunk.empty, buckets: Buckets): Option[PMetric]
- def incCounter(m: PMetric, v: Double = 1.0d): Option[PMetric]
- def incGauge(m: PMetric, v: Double = 1.0d): Option[PMetric]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def observeHistogram(m: PMetric, v: Double): Option[PMetric]
- def observeSummary(m: PMetric, v: Double, t: Instant): Option[PMetric]
- def setGauge(m: PMetric, v: Double): Option[PMetric]
- def setToInstant(m: PMetric, t: Instant): Option[PMetric]
- def summary(name: String, help: String, labels: Chunk[Label], maxAge: Duration = TimeSeries.defaultMaxAge, maxSize: Int = TimeSeries.defaultMaxSize)(quantiles: Quantile*): Option[PMetric]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... ) @native()
- object Buckets