Prometheus Forwarder Data Source Args
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.
Properties
Link copied to clipboard
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
List of streams that this data source will be sent to.