OpenTelemetryGrpcSpanExporter

trace4cats.opentelemetry.common.OpenTelemetryGrpcSpanExporter$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class ExportFailure(endpoint: Endpoint) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ShutdownFailure(endpoint: Endpoint) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_] : Async, G[_] : Foldable](endpoint: Endpoint, makeExporter: Endpoint => SpanExporter): Resource[F, SpanExporter[F, G]]