MetricProducer

org.typelevel.otel4s.sdk.metrics.exporter.MetricProducer
trait MetricProducer[F[_]]

Represents an export state of a MetricReader.

Type parameters

F

the higher-kinded type of a polymorphic effect

Attributes

See also
Source
MetricProducer.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Produces metrics by collecting them from the SDK.

Produces metrics by collecting them from the SDK. If there are asynchronous instruments involved, their callback functions will be evaluated.

Attributes

Source
MetricProducer.scala