MetricName

The (base)name of a metric.

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

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(names: String*): MetricName

Extend a metric name.

Extend a metric name.

Value Params
names

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

Returns

the extended metric name

Concrete fields

val name: String