Package-level declarations

Functions

Link copied to clipboard
fun OpenTelemetryConfig.addWeaveExporter(weaveOtelBaseUrl: String? = null, weaveEntity: String? = null, weaveProjectName: String? = null, weaveApiKey: String? = null, timeout: Duration? = null)

Configures a span exporter that sends data to W&B Weave and installs the Weave SpanAdapter that reshapes spans to the Weave-recommended attribute layout.

Link copied to clipboard

Installs the W&B Weave SpanAdapter without registering the Weave cloud exporter. Spans are reshaped to the Weave-recommended attribute layout but are emitted only through whatever exporters the caller registers separately.