You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ aliases:
32
32
-[operator](./README.md): fix VM CRs' `xxNamespaceSelector` and `xxSelector` options, previously they are inverted. See this [issue](https://github.com/VictoriaMetrics/operator/issues/980) for details.
33
33
-[vmnodescrape](./api.md#vmnodescrape): remove duplicated `series_limit` and `sample_limit` fields in generated scrape_config. See [this issue](https://github.com/VictoriaMetrics/operator/issues/986).
Copy file name to clipboardExpand all lines: docs/api.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -652,7 +652,7 @@ _Appears in:_
652
652
|`relabelConfigs`| RelabelConfigs to apply to samples during service discovery. |_[RelabelConfig](#relabelconfig) array_| false |
653
653
|`sampleLimit`| SampleLimit defines per-endpoint limit on number of scraped samples that will be accepted. |_integer_| false |
654
654
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
655
-
|`scrapeTimeout`|Timeout after which the scrape is ended |_string_| false |
655
+
|`scrapeTimeout`|ScrapeTimeout after which the scrape is ended |_string_| false |
656
656
|`scrape_interval`| ScrapeInterval is the same as Interval and has priority over it.<br />one of scrape_interval or interval can be used |_string_| false |
657
657
|`seriesLimit`| SeriesLimit defines per-scrape limit on number of unique time series<br />a single target can expose during all the scrapes on the time window of 24h. |_integer_| false |
658
658
|`targetPort`| Name or number of the pod port this endpoint refers to. Mutually exclusive with port. |_[IntOrString](#intorstring)_| false |
@@ -1218,7 +1218,7 @@ _Appears in:_
1218
1218
|`relabelConfigs`| RelabelConfigs to apply to samples during service discovery. |_[RelabelConfig](#relabelconfig) array_| false |
1219
1219
|`sampleLimit`| SampleLimit defines per-podEndpoint limit on number of scraped samples that will be accepted. |_integer_| false |
1220
1220
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
1221
-
|`scrapeTimeout`|Timeout after which the scrape is ended |_string_| false |
1221
+
|`scrapeTimeout`|ScrapeTimeout after which the scrape is ended |_string_| false |
1222
1222
|`scrape_interval`| ScrapeInterval is the same as Interval and has priority over it.<br />one of scrape_interval or interval can be used |_string_| false |
1223
1223
|`seriesLimit`| SeriesLimit defines per-scrape limit on number of unique time series<br />a single target can expose during all the scrapes on the time window of 24h. |_integer_| false |
1224
1224
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
@@ -1829,7 +1829,7 @@ _Appears in:_
1829
1829
|`relabelConfigs`| RelabelConfigs to apply to samples during service discovery. |_[RelabelConfig](#relabelconfig) array_| false |
1830
1830
|`sampleLimit`| SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. |_integer_| false |
1831
1831
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
1832
-
|`scrapeTimeout`|Timeout after which the scrape is ended |_string_| false |
1832
+
|`scrapeTimeout`|ScrapeTimeout after which the scrape is ended |_string_| false |
1833
1833
|`scrape_interval`| ScrapeInterval is the same as Interval and has priority over it.<br />one of scrape_interval or interval can be used |_string_| false |
1834
1834
|`seriesLimit`| SeriesLimit defines per-scrape limit on number of unique time series<br />a single target can expose during all the scrapes on the time window of 24h. |_integer_| false |
1835
1835
|`targets`| Targets static targets addresses in form of ["192.122.55.55:9100","some-name:9100"]. |_string array_| true |
@@ -2782,7 +2782,7 @@ _Appears in:_
2782
2782
|`relabelConfigs`| RelabelConfigs to apply to samples during service discovery. |_[RelabelConfig](#relabelconfig) array_| false |
2783
2783
|`sampleLimit`| SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. |_integer_| false |
2784
2784
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
2785
-
|`scrapeTimeout`|Timeout after which the scrape is ended |_string_| false |
2785
+
|`scrapeTimeout`|ScrapeTimeout after which the scrape is ended |_string_| false |
2786
2786
|`scrape_interval`| ScrapeInterval is the same as Interval and has priority over it.<br />one of scrape_interval or interval can be used |_string_| false |
2787
2787
|`selector`| Selector to select kubernetes Nodes. |_[LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v/#labelselector-v1-meta)_| false |
2788
2788
|`seriesLimit`| SeriesLimit defines per-scrape limit on number of unique time series<br />a single target can expose during all the scrapes on the time window of 24h. |_integer_| false |
@@ -3071,6 +3071,7 @@ _Appears in:_
3071
3071
|`scheme`| Configures the protocol scheme used for requests.<br />If empty, use HTTP by default. |_string_| false |
3072
3072
|`scrapeInterval`| ScrapeInterval is the interval between consecutive scrapes. |_string_| false |
3073
3073
|`scrapeTimeout`| ScrapeTimeout is the number of seconds to wait until a scrape request times out. |_string_| false |
|`seriesLimit`| SeriesLimit defines per-scrape limit on number of unique time series<br />a single target can expose during all the scrapes on the time window of 24h. |_integer_| false |
3075
3076
|`staticConfigs`| StaticConfigs defines a list of static targets with a common label set. |_[StaticConfig](#staticconfig) array_| false |
3076
3077
|`tlsConfig`| TLS configuration to use on every scrape request |_[TLSConfig](#tlsconfig)_| false |
0 commit comments