Prefix

final class Prefix extends AnyVal with Value[String]

Refined value class that can be used with MetricFactory to prefix every metric name with a certain string value

Companion:
object
Source:
Metric.scala
trait Value[String]
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Metric.scala

Concrete fields