CounterMacro

org.typelevel.otel4s.metrics.CounterMacro
object CounterMacro

Attributes

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

Members list

Value members

Concrete methods

def add[F[_], A](backend: Expr[Backend[F, A]], value: Expr[A], attributes: Expr[Iterable[Attribute[_]]])(using Quotes, Type[F], Type[A]): Expr[F[Unit]]

Attributes

Source
CounterMacro.scala
def inc[F[_], A](backend: Expr[Backend[F, A]], attributes: Expr[Iterable[Attribute[_]]])(using Quotes, Type[F], Type[A]): Expr[F[Unit]]

Attributes

Source
CounterMacro.scala