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/api.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -719,6 +719,7 @@ _Appears in:_
719
719
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
720
720
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
721
721
|`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 |
|`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 |
723
724
|`targetPort`| TargetPort<br />Name or number of the pod port this endpoint refers to. Mutually exclusive with port. |_[IntOrString](#intorstring)_| false |
724
725
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
@@ -802,6 +803,7 @@ _Appears in:_
802
803
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
803
804
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
804
805
|`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 |
|`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 |
806
808
|`vm_scrape_params`| VMScrapeParams defines VictoriaMetrics specific scrape parameters |_[VMScrapeParams](#vmscrapeparams)_| false |
807
809
@@ -1355,6 +1357,7 @@ _Appears in:_
1355
1357
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
1356
1358
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
1357
1359
|`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 |
|`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 |
1359
1362
|`targetPort`| TargetPort<br />Name or number of the pod port this endpoint refers to. Mutually exclusive with port. |_[IntOrString](#intorstring)_| false |
1360
1363
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
@@ -2015,6 +2018,7 @@ _Appears in:_
2015
2018
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
2016
2019
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
2017
2020
|`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 |
|`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 |
2019
2023
|`targets`| Targets static targets addresses in form of ["192.122.55.55:9100","some-name:9100"]. |_string array_| true |
2020
2024
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
@@ -2470,6 +2474,7 @@ _Appears in:_
2470
2474
|`scrapeConfigSelector`| ScrapeConfigSelector defines VMScrapeConfig to be selected for target discovery.<br />Works in combination with NamespaceSelector. |_[LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#labelselector-v1-meta)_| false |
2471
2475
|`scrapeInterval`| ScrapeInterval defines how often scrape targets by default |_string_| false |
2472
2476
|`scrapeTimeout`| ScrapeTimeout defines global timeout for targets scrape |_string_| false |
|`secrets`| Secrets is a list of Secrets in the same namespace as the vmagent<br />object, which shall be mounted into the vmagent Pods.<br />will be mounted at path /etc/vm/secrets |_string array_| false |
2474
2479
|`securityContext`| SecurityContext holds pod-level security attributes and common container settings.<br />This defaults to the default PodSecurityContext. |_[PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#podsecuritycontext-v1-core)_| false |
2475
2480
|`selectAllByDefault`| SelectAllByDefault changes default behavior for empty CRD selectors, such ServiceScrapeSelector.<br />with selectAllByDefault: true and empty serviceScrapeSelector and ServiceScrapeNamespaceSelector<br />Operator selects all exist serviceScrapes<br />with selectAllByDefault: false - selects nothing |_boolean_| false |
@@ -3089,6 +3094,7 @@ _Appears in:_
3089
3094
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
3090
3095
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
3091
3096
|`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 |
|`selector`| Selector to select kubernetes Nodes. |_[LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#labelselector-v1-meta)_| false |
3093
3099
|`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 |
3094
3100
|`targetLabels`| TargetLabels transfers labels on the Kubernetes Node onto the target. |_string array_| false |
@@ -3192,6 +3198,7 @@ _Appears in:_
3192
3198
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
3193
3199
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
3194
3200
|`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 |
|`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 |
3196
3203
|`targets`| Targets defines a set of static and/or dynamically discovered targets to be probed using the prober. |_[VMProbeTargets](#vmprobetargets)_| true |
3197
3204
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
@@ -3380,6 +3387,7 @@ _Appears in:_
3380
3387
|`scheme`| HTTP scheme to use for scraping. |_string_| false |
3381
3388
|`scrapeTimeout`| Timeout after which the scrape is ended |_string_| false |
3382
3389
|`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 |
|`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 |
3384
3392
|`staticConfigs`| StaticConfigs defines a list of static targets with a common label set. |_[StaticConfig](#staticconfig) array_| false |
3385
3393
|`tlsConfig`| TLSConfig configuration to use when scraping the endpoint |_[TLSConfig](#tlsconfig)_| false |
0 commit comments