Data Collection Rule Data Sources Prometheus Forwarder Args
data class DataCollectionRuleDataSourcesPrometheusForwarderArgs(val labelIncludeFilters: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderLabelIncludeFilterArgs>>? = null, val name: Output<String>, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesPrometheusForwarderArgs>
Constructors
Link copied to clipboard
constructor(labelIncludeFilters: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderLabelIncludeFilterArgs>>? = null, name: Output<String>, streams: Output<List<String>>)
Properties
Link copied to clipboard
val labelIncludeFilters: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderLabelIncludeFilterArgs>>? = null
One or more label_include_filter
blocks as defined above.
Link copied to clipboard