OtelMetricsDirectDataSource interface
Definition of OTel metrics configuration.
Properties
| enrich |
Specifies the reference to enrich the telemetry signal with. |
| enrich |
Specifies the list of resource attributes that need to be added as labels/dimensions to the telemetry data for further enrichment. |
| name | A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. |
| streams | List of streams that this data source will be sent to. |
Property Details
enrichWithReference
Specifies the reference to enrich the telemetry signal with.
enrichWithReference?: string
Property Value
string
enrichWithResourceAttributes
Specifies the list of resource attributes that need to be added as labels/dimensions to the telemetry data for further enrichment.
enrichWithResourceAttributes?: string[]
Property Value
string[]
name
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
name?: string
Property Value
string
streams
List of streams that this data source will be sent to.
streams: string[]
Property Value
string[]