MetricFactory

Companion:
class
Source:
MetricFactory.scala
class Object
trait Matchable
class Any

Type members

Classlikes

class Builder

Builder for MetricFactory

sealed abstract class WithCallbacks[F[_]](val metricRegistry: MetricRegistry[F], callbackRegistry: CallbackRegistry[F], prefix: Option[Prefix], commonLabels: CommonLabels) extends MetricFactory[F]

Subtype of MetricFactory that can register metric callbacks with the DSL

Subtype of MetricFactory that can register metric callbacks with the DSL

Note:

Calling MetricFactory.WithCallbacks.mapK will return a MetricFactory only. To change the type of F and return a MetricFactory.WithCallbacks you must you MetricFactory.WithCallbacks.imapK.

Companion:
object
Source:
MetricFactory.scala

Value members

Concrete methods

Create an instance of MetricFactory that performs no operations

Create an instance of MetricFactory that performs no operations

Source:
MetricFactory.scala