Help

prometheus4cats.Metric$.Help$
See theHelp companion class
object Help extends Regex[Help]

Attributes

Companion
class
Source
Metric.scala
Graph
Supertypes
class Regex[Help]
class Object
trait Matchable
class Any
Self type
Help.type

Members list

Value members

Inherited methods

inline def apply(inline t: String): Help

Attributes

Inherited from:
MetricHelpFromStringLiteral (hidden)
Source
MetricHelpFromStringLiteral.scala
def from(a: String): Either[String, B]

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
def unsafeFrom(a: String): B

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

implicit val catsInstances: Hash[Help] & Order[Help] & Show[Help]

Attributes

Inherited from:
Refined (hidden)
Source
Refined.scala
implicit inline def fromStringLiteral(inline t: String): Help

Attributes

Inherited from:
MetricHelpFromStringLiteral (hidden)
Source
MetricHelpFromStringLiteral.scala
implicit val ordering: Ordering[Help]

Attributes

Inherited from:
Refined (hidden)
Source
Refined.scala