Package-level declarations
Types
Link copied to clipboard
abstract class OtlpBaseExporterConfig(val url: String, val exporterTimeoutSeconds: Long = DEFAULT_EXPORTER_TIMEOUT, settings: ExporterCommonSettings = ExporterCommonSettings()) : BaseExporterConfig
Base configuration class for OpenTelemetry exporters that send spans over HTTP.
Link copied to clipboard
class OtlpGrpcExporterConfig(url: String, exporterTimeoutSeconds: Long = DEFAULT_EXPORTER_TIMEOUT, settings: ExporterCommonSettings = ExporterCommonSettings()) : OtlpBaseExporterConfig
Configuration for exporting OpenTelemetry traces via OTLP gRPC.
Link copied to clipboard
class OtlpHttpExporterConfig(url: String, exporterTimeoutSeconds: Long = DEFAULT_EXPORTER_TIMEOUT, settings: ExporterCommonSettings = ExporterCommonSettings()) : OtlpBaseExporterConfig
Configuration for exporting OpenTelemetry traces via OTLP HTTP.
Link copied to clipboard
class WeaveExporterConfig(weaveUrl: String? = null, weaveEntity: String? = null, weaveProjectName: String? = null, weaveApiKey: String? = null, exporterTimeoutSeconds: Long = DEFAULT_EXPORTER_TIMEOUT, settings: ExporterCommonSettings = ExporterCommonSettings()) : OtlpBaseExporterConfig
Configuration for exporting OpenTelemetry traces to W&B Weave via OTLP HTTP.