MetricsConfig

case class MetricsConfig(prefix: String, tags: Map[String, String])

Specify generic configuration accross a series of metrics

Value parameters:
prefix

a common prefix to be applied to all associated metric names

tags

common tags to be applied to all associated metrics

Constructor:

create a new configuration instance

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product