PrometheusForwarderDataSourceResponse

data class PrometheusForwarderDataSourceResponse(val labelIncludeFilter: Map<String, String>? = null, val name: String? = null, val streams: List<String>? = null)

Definition of Prometheus metrics forwarding configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

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
val name: 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
val streams: List<String>? = null

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