PrometheusMetrics

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def requestsActive[F[_]](registry: CollectorRegistry, namespace: String, labels: MetricLabels): Metric[F, Gauge]
def requestsTotal[F[_]](registry: CollectorRegistry, namespace: String, labels: MetricLabels): Metric[F, Counter]
def responsesDuration[F[_]](registry: CollectorRegistry, namespace: String, labels: MetricLabels, clock: Clock): Metric[F, Histogram]
def responsesTotal[F[_]](registry: CollectorRegistry, namespace: String, labels: MetricLabels): Metric[F, Counter]
def withDefaultMetrics[F[_]](namespace: String, labels: MetricLabels): PrometheusMetrics[F]

Implicits

Implicits

implicit val collectorRegistryCodec: Codec[String, CollectorRegistry, TextPlain]
implicit val schemaForCollectorRegistry: Schema[CollectorRegistry]