OtelProviders

com.augustnagro.magnum.ziomagnum.o11y.OtelProviders
case class OtelProviders(tracerProvider: Option[SdkTracerProvider], meterProvider: Option[SdkMeterProvider], loggerProvider: Option[SdkLoggerProvider])

OtelProviders is a case class that holds the OpenTelemetry providers for tracing, metrics and logging.

It is used to build the OpenTelemetry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build(): OpenTelemetrySdk

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product