Labels

prometheus4cats.Exemplar$.Labels$
See theLabels companion class
object Labels

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Exemplar.scala
def of(first: (LabelName, String), rest: (LabelName, String)*): Either[String, Labels]

Attributes

Source
Exemplar.scala

Inherited methods

Parse from the given cakye

Parse from the given cakye

Value parameters

a

value from which to parse a gauge name

Attributes

Returns

a parsed B or failure message, represented by an scala.Either

Inherited from:
Refined (hidden)
Source
Refined.scala

Unsafely parse a B from the given A

Unsafely parse a B from the given A

Value parameters

a

value from which to parse a counter name

Attributes

Returns

a parsed B

Throws
Inherited from:
Refined (hidden)
Source
Refined.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Refined (hidden)
Source
Refined.scala
implicit val ordering: Ordering[Labels]

Attributes

Inherited from:
Refined (hidden)
Source
Refined.scala