Exemplar

prometheus4cats.Exemplar$
See theExemplar companion trait
object Exemplar

Attributes

Companion
trait
Source
Exemplar.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exemplar.type

Members list

Type members

Classlikes

sealed abstract class Data(val labels: Labels, val timestamp: Instant) extends Serializable

Attributes

Companion
object
Source
Exemplar.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
object Data

Attributes

Companion
class
Source
Exemplar.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Data.type
object Implicits

Attributes

Source
Exemplar.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type
final class LabelName extends AnyVal, Value[String]

Refined value class for an exemplar label name that has been parsed from a string

Refined value class for an exemplar label name that has been parsed from a string

Attributes

Companion
object
Source
Exemplar.scala
Supertypes
trait Value[String]
class AnyVal
trait Matchable
class Any
object LabelName extends Regex[LabelName]

Attributes

Companion
class
Source
Exemplar.scala
Supertypes
class Regex[LabelName]
class Object
trait Matchable
class Any
Self type
LabelName.type
final class Labels extends AnyVal, Value[SortedMap[LabelName, String]]

Refined value class for a set of exemplar labels.

Refined value class for a set of exemplar labels.

Validation will fail if the labels are empty or if the length of all the label names and values does not exceed 128 UTF-8 characters

Attributes

Companion
object
Source
Exemplar.scala
Supertypes
class AnyVal
trait Matchable
class Any
object Labels

Attributes

Companion
class
Source
Exemplar.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Labels.type

Value members

Concrete methods

def apply[F[_] : Exemplar]: Exemplar[F]

Attributes

Source
Exemplar.scala