PrometheusForwarderDataSource interface

Definition of Prometheus metrics forwarding configuration.

Properties

customVMScrapeConfig

Custom VM Scrape Config that defines scrape jobs

labelIncludeFilter

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

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

customVMScrapeConfig

Custom VM Scrape Config that defines scrape jobs

customVMScrapeConfig?: any[]

Property Value

any[]

labelIncludeFilter

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.

labelIncludeFilter?: Record<string, string>

Property Value

Record<string, 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[]