object LogMetrics extends Metrics
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogMetrics
- Metrics
- 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
appName: String
- Definition Classes
- Metrics
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
count(metricName: String, customTags: (String, String)*): Unit
Record counts, this is used as a default that increments the counter by one
Record counts, this is used as a default that increments the counter by one
- metricName
name of the counter
- customTags
varargs of key value pairs to add to the metric as tags
- Definition Classes
- LogMetrics → Metrics
-
def
count(metricName: String, count: Int, customTags: (String, String)*): Unit
Record counts, count value should default to one
Record counts, count value should default to one
- metricName
name of the counter
- count
increment of the counter
- customTags
varargs of key value pairs to add to the metric as tags
- Definition Classes
- LogMetrics → Metrics
-
final
lazy val
defaultTags: String
Get StatsD friendly tags from the dimensions
Get StatsD friendly tags from the dimensions
- returns
Sting of coma separated k:v pairs
-
val
dimensions: Map[String, String]
- Definition Classes
- Metrics
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTags(customTags: Seq[(String, String)]): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Logger
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
time[T](blockName: String, customTags: (String, String)*)(codeBlock: ⇒ T): T
Time the execution of a code block
Time the execution of a code block
- T
return type of the block
- blockName
The name of the code block that will be timed
- codeBlock
function that will be timed
- returns
T
- Definition Classes
- LogMetrics → Metrics
-
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
- @native() @throws( ... )