class PrometheusStatsReceiver extends StatsReceiver with Closable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrometheusStatsReceiver
- Closable
- StatsReceiver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
-
def
addGauge(verbosity: Verbosity, name: String*)(f: ⇒ Float): Gauge
- Definition Classes
- PrometheusStatsReceiver → StatsReceiver
-
def
addGauge(name: String*)(f: ⇒ Float): Gauge
- Definition Classes
- StatsReceiver
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(deadline: Time): Future[Unit]
- Definition Classes
- PrometheusStatsReceiver → Closable
-
def
close(after: Duration): Future[Unit]
- Definition Classes
- Closable
-
final
def
close(): Future[Unit]
- Definition Classes
- Closable
-
def
counter(verbosity: Verbosity, name: String*): Counter
- Definition Classes
- PrometheusStatsReceiver → StatsReceiver
-
def
counter(name: String*): Counter
- Definition Classes
- StatsReceiver
- Annotations
- @varargs()
-
val
counters: TrieMap[String, Counter]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractLabels(name: Seq[String]): (String, Map[String, String])
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
gaugeChilds: TrieMap[(String, Seq[String]), Child]
- Attributes
- protected
-
val
gaugeProviders: TrieMap[(String, Seq[String]), () ⇒ Float]
- Attributes
- protected
-
val
gauges: TrieMap[String, Gauge]
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNull: Boolean
- Definition Classes
- StatsReceiver
- def metricPattern: Pattern
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
provideGauge(name: String*)(f: ⇒ Float): Unit
- Definition Classes
- StatsReceiver
-
def
repr: AnyRef
- Definition Classes
- PrometheusStatsReceiver → StatsReceiver
-
final
def
scope(namespaces: String*): StatsReceiver
- Definition Classes
- StatsReceiver
- Annotations
- @varargs()
-
def
scope(namespace: String): StatsReceiver
- Definition Classes
- StatsReceiver
-
def
scopeSuffix(suffix: String): StatsReceiver
- Definition Classes
- StatsReceiver
-
def
stat(verbosity: Verbosity, name: String*): Stat
- Definition Classes
- PrometheusStatsReceiver → StatsReceiver
-
def
stat(name: String*): Stat
- Definition Classes
- StatsReceiver
- Annotations
- @varargs()
-
val
summaries: TrieMap[String, Summary]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
task: TimerTask
- Attributes
- protected
-
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( ... )
Deprecated Value Members
-
def
counter0(name: String): Counter
- Definition Classes
- StatsReceiver
- Annotations
- @deprecated
- Deprecated
(Since version 2017-6-16) Use vararg counter() instead
-
def
stat0(name: String): Stat
- Definition Classes
- StatsReceiver
- Annotations
- @deprecated
- Deprecated
(Since version 2017-6-16) Use vararg stat() instead