TracerProvider

com.augustnagro.magnum.ziomagnum.o11y.TracerProvider

Provides a tracer provider for OpenTelemetry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def grpc(attributes: Attributes): URIO[Scope, Option[SdkTracerProvider]]

Provides a tracer provider for OpenTelemetry, which logs in OTLP Json format as gRPC if either of the following environment variables is set:

Provides a tracer provider for OpenTelemetry, which logs in OTLP Json format as gRPC if either of the following environment variables is set:

  • OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
  • OTEL_EXPORTER_OTLP_ENDPOINT

Attributes