Package-level declarations
Functions
Link copied to clipboard
fun OpenTelemetryConfig.addDatadogExporter(datadogApiKey: String? = null, datadogSite: String? = null, timeout: Duration? = null, traceAttributes: Map<String, String>? = null)
Configure an OpenTelemetry span exporter that sends data to Datadog via direct OTLP intake.
Link copied to clipboard
fun buildDatadogExporter(datadogApiKey: String? = null, datadogSite: String? = null, timeout: Duration = 10.seconds): SpanExporter
Builds a Datadog-ready SpanExporter that sends OTLP traces directly to Datadog's intake endpoint.