Skip to main content

Interface: OpenTelemetryPluginOptions

opentelemetry.OpenTelemetryPluginOptions

Configuration options for OpenTelemetryPlugin.

Plugins is an experimental feature; APIs may change without notice.

Hierarchy

  • InterceptorOptions

    OpenTelemetryPluginOptions

Properties

resource

Readonly resource: Resource

OpenTelemetry resource attributes to attach to exported spans


spanProcessor

Readonly spanProcessor: SpanProcessor

Exporter used to send spans to a tracing backend


tracer

Optional Readonly tracer: Tracer

Inherited from

InterceptorOptions.tracer