DirectDataSourcesSpec interface
Specification of direct data sources that will be collected.
Properties
| otel |
The list of OTel logs data source configurations. |
| otel |
The list of OTel metrics data source configurations. |
| otel |
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[]