OtlpHttpSpanExporter

org.typelevel.otel4s.sdk.exporter.otlp.trace.OtlpHttpSpanExporter

Attributes

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

Members list

Type members

Classlikes

sealed trait Builder[F[_]]

A builder of OtlpHttpSpanExporter

A builder of OtlpHttpSpanExporter

Attributes

Source
OtlpHttpSpanExporter.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def builder[F[_] : Console]: Builder[F]

Creates a Builder of OtlpHttpSpanExporter with the default configuration:

Creates a Builder of OtlpHttpSpanExporter with the default configuration:

  • encoding: Protobuf

  • endpoint: http://localhost:4318/v1/traces

  • timeout: 10 seconds

  • retry policy: 5 exponential attempts, initial backoff is 1 second, max backoff is 5 seconds

Attributes

Source
OtlpHttpSpanExporter.scala