DirectDataSourcesSpec interface

Specification of direct data sources that will be collected.

Properties

otelLogs

The list of OTel logs data source configurations.

otelMetrics

The list of OTel metrics data source configurations.

otelTraces

The list of OTel traces data source configurations.

Property Details

otelLogs

The list of OTel logs data source configurations.

otelLogs?: OtelLogsDirectDataSource[]

Property Value

otelMetrics

The list of OTel metrics data source configurations.

otelMetrics?: OtelMetricsDirectDataSource[]

Property Value

otelTraces

The list of OTel traces data source configurations.

otelTraces?: OtelTracesDirectDataSource[]

Property Value