DataCollectionRuleDataSourcesPrometheusForwarderArgs

data class DataCollectionRuleDataSourcesPrometheusForwarderArgs(val labelIncludeFilters: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderLabelIncludeFilterArgs>>? = null, val name: Output<String>, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesPrometheusForwarderArgs>

Constructors

constructor(labelIncludeFilters: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderLabelIncludeFilterArgs>>? = null, name: Output<String>, streams: Output<List<String>>)

Properties

Link copied to clipboard

One or more label_include_filter blocks as defined above.

Link copied to clipboard
val name: Output<String>

The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule.

Link copied to clipboard
val streams: Output<List<String>>

Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible value is Microsoft-PrometheusMetrics.

Functions

Link copied to clipboard
open override fun toJava(): DataCollectionRuleDataSourcesPrometheusForwarderArgs