MetricName

nl.grons.metrics4.scala.MetricName
See theMetricName companion object
class MetricName

The (base)name of a metric.

Constructed via the companion object, e.g. MetricName(getClass, "requests").

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def append(names: String*): MetricName

Extend a metric name.

Extend a metric name.

Value parameters

names

the name parts to append, empty strings and nulls are ignored

Attributes

Returns

the extended metric name

Concrete fields

val name: String