com.ovoenergy.meters4s

Type members

Classlikes

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

Specify generic configuration accross a series of metrics

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 Reporter[F[_]]

A generic metrics reporter

A generic metrics reporter

Companion:
object
object Reporter
Companion:
class
trait Sample[F[_]]

Represents an ongoing recording of a timing

Represents an ongoing recording of a timing

object syntax