PrometheusForwarderDataSourceArgs

data class PrometheusForwarderDataSourceArgs(val labelIncludeFilter: Output<Map<String, String>>? = null, val name: Output<String>? = null, val streams: Output<List<Either<String, KnownPrometheusForwarderDataSourceStreams>>>? = null) : ConvertibleToJava<PrometheusForwarderDataSourceArgs>

Definition of Prometheus metrics forwarding configuration.

Constructors

Link copied to clipboard
constructor(labelIncludeFilter: Output<Map<String, String>>? = null, name: Output<String>? = null, streams: Output<List<Either<String, KnownPrometheusForwarderDataSourceStreams>>>? = null)

Properties

Link copied to clipboard
val labelIncludeFilter: Output<Map<String, String>>? = null

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.

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard

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

Functions

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