prometheus operator v0.93.1
Prometheus.spec.podMonitorNamespaceSelector.matchExpressions.values.spec.scrapeProtocols
scrapeProtocols defines the protocols to negotiate during a scrape. It tells clients the protocols supported by Prometheus in order of preference (from most to least preferred). If unset, Prometheus uses its default value. It requires Prometheus >= v2.49.0. `PrometheusText1.0.0` requires Prometheus >= v3.0.0.
| Field / Type | Description |
|---|---|
Prometheus.spec.podMonitorNamespaceSelector.matchExpressions.values.spec.scrapeProtocols | ScrapeProtocol represents a protocol used by Prometheus for scraping metrics. Supported values are: * `OpenMetricsText0.0.1` * `OpenMetricsText1.0.0` * `PrometheusProto` * `PrometheusText0.0.4` * `PrometheusText1.0.0`
|