DistributionSummary

com.github.pjfanning.zio.micrometer.unsafe.DistributionSummary$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def labelled(name: String, help: Option[String], labelNames: Seq[String], scale: Double, minimumExpectedValue: Option[Double], maximumExpectedValue: Option[Double], serviceLevelObjectives: Seq[Double], distributionStatisticExpiry: Option[FiniteDuration], distributionStatisticBufferLength: Option[Int], publishPercentiles: Seq[Double], publishPercentileHistogram: Option[Boolean], percentilePrecision: Option[Int], baseUnit: Option[String]): ZIO[Registry, Throwable, Seq[String] => DistributionSummary]
def unlabelled(name: String, help: Option[String], scale: Double, minimumExpectedValue: Option[Double], maximumExpectedValue: Option[Double], serviceLevelObjectives: Seq[Double], distributionStatisticExpiry: Option[FiniteDuration], distributionStatisticBufferLength: Option[Int], publishPercentiles: Seq[Double], publishPercentileHistogram: Option[Boolean], percentilePrecision: Option[Int], baseUnit: Option[String]): ZIO[Registry, Throwable, DistributionSummary]