PrometheusForwarderDataSource Class

Definition of Prometheus metrics forwarding configuration.

Constructor

PrometheusForwarderDataSource(*, streams: List[str | _models.KnownPrometheusForwarderDataSourceStreams] | None = None, label_include_filter: Dict[str, str] | None = None, name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
streams

List of streams that this data source will be sent to.

Default value: None
label_include_filter

The list of label inclusion filters in the form of label "name-value" pairs. Currently only one label is supported: 'microsoft_metrics_include_label'. Label values are matched case-insensitively.

Default value: None
name
str

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

Default value: None

Variables

Name Description
streams

List of streams that this data source will be sent to.

label_include_filter

The list of label inclusion filters in the form of label "name-value" pairs. Currently only one label is supported: 'microsoft_metrics_include_label'. Label values are matched case-insensitively.

name
str

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.