object Implicits extends Implicits
Object with all the metrics traits.
Used for importing the enriched traits as opposed to adding one of the traits to the class.
import org.dmonix.prometheus.Implicits._ val requestLatency:Histogram = ... val result = requestLatency.measure { // Your code here. }
- Alphabetic
- By Inheritance
- Implicits
- Implicits
- CounterImplicits
- SummaryImplicits
- HistogramImplicits
- GaugeImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
implicit
class
CounterChildDecorator extends AnyRef
Class with extensions for the
Counter.ChildclassClass with extensions for the
Counter.Childclass- Definition Classes
- CounterImplicits
- Since
1.1
-
implicit
class
CounterDecorator extends AnyRef
Class with extensions for the
CounterclassClass with extensions for the
Counterclass- Definition Classes
- CounterImplicits
- Since
1.1
-
implicit
class
GaugeChildDecorator extends AnyRef
Class with extensions for the
Gauge.ChildclassClass with extensions for the
Gauge.Childclass- Definition Classes
- GaugeImplicits
- Since
1.0
-
implicit
class
GaugeDecorator extends AnyRef
Class with extensions for the
GaugeclassClass with extensions for the
Gaugeclass- Definition Classes
- GaugeImplicits
- Since
1.0
-
implicit
class
HistogramChildDecorator extends AnyRef
Class with extensions for the
Histogram.ChildclassClass with extensions for the
Histogram.Childclass- Definition Classes
- HistogramImplicits
- Since
1.0
-
implicit
class
HistogramDecorator extends AnyRef
Class with extensions for the
HistogramclassClass with extensions for the
Histogramclass- Definition Classes
- HistogramImplicits
- Since
1.0
-
implicit
class
HistogramBuilderDecorator extends AnyRef
Class with extensions for the
Histogram.BuilderclassClass with extensions for the
Histogram.Builderclass- Definition Classes
- SummaryImplicits
- Since
1.0
-
implicit
class
SummaryChildDecorator extends AnyRef
Class with extensions for the
Summary.ChildclassClass with extensions for the
Summary.Childclass- Definition Classes
- SummaryImplicits
- Since
1.0
-
implicit
class
SummaryDecorator extends AnyRef
Class with extensions for the
SummaryclassClass with extensions for the
Summaryclass- Definition Classes
- SummaryImplicits
- Since
1.0
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() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated