mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
Automatic update operator docs from VictoriaMetrics/operator@731de81 (#6139)
Co-authored-by: Alexander Marshalov <_@marshalov.org>
This commit is contained in:
parent
21b2b1bf19
commit
c13729f07c
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
@ -53,7 +53,7 @@ Also, you can check out the [examples](#examples) section.
|
|||||||
- [VMNodeScrape](./vmnodescrape.md),
|
- [VMNodeScrape](./vmnodescrape.md),
|
||||||
- [VMStaticScrape](./vmstaticscrape.md),
|
- [VMStaticScrape](./vmstaticscrape.md),
|
||||||
- [VMProbe](./vmprobe.md).
|
- [VMProbe](./vmprobe.md).
|
||||||
- `VMScrapeConfig`(./vmscrapeconfig.md)
|
- [VMScrapeConfig](./vmscrapeconfig.md)
|
||||||
|
|
||||||
These objects tell VMAgent from which targets and how to collect metrics and
|
These objects tell VMAgent from which targets and how to collect metrics and
|
||||||
generate part of [VMAgent](./vmagent.md) scrape configuration.
|
generate part of [VMAgent](./vmagent.md) scrape configuration.
|
||||||
@ -130,6 +130,9 @@ spec:
|
|||||||
probeNamespaceSelector:
|
probeNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
kubernetes.io/metadata.name: my-namespace
|
kubernetes.io/metadata.name: my-namespace
|
||||||
|
scrapeConfigNamespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: my-namespace
|
||||||
```
|
```
|
||||||
|
|
||||||
## High availability
|
## High availability
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sort: 15
|
sort: 11
|
||||||
weight: 15
|
weight: 11
|
||||||
title: VMServiceScrape
|
title: VMScrapeConfig
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "operator-custom-resources"
|
parent: "operator-custom-resources"
|
||||||
weight: 15
|
weight: 11
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/resources/vmscrapeconfig.html
|
- /operator/resources/vmscrapeconfig.html
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sort: 11
|
sort: 12
|
||||||
weight: 11
|
weight: 12
|
||||||
title: VMServiceScrape
|
title: VMServiceScrape
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "operator-custom-resources"
|
parent: "operator-custom-resources"
|
||||||
weight: 11
|
weight: 12
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/resources/vmservicescrape.html
|
- /operator/resources/vmservicescrape.html
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sort: 12
|
sort: 13
|
||||||
weight: 12
|
weight: 13
|
||||||
title: VMSingle
|
title: VMSingle
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "operator-custom-resources"
|
parent: "operator-custom-resources"
|
||||||
weight: 12
|
weight: 13
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/resources/vmsingle.html
|
- /operator/resources/vmsingle.html
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sort: 13
|
sort: 14
|
||||||
weight: 13
|
weight: 14
|
||||||
title: VMStaticScrape
|
title: VMStaticScrape
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "operator-custom-resources"
|
parent: "operator-custom-resources"
|
||||||
weight: 13
|
weight: 14
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/resources/vmstaticscrape.html
|
- /operator/resources/vmstaticscrape.html
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sort: 14
|
sort: 15
|
||||||
weight: 14
|
weight: 15
|
||||||
title: VMUser
|
title: VMUser
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "operator-custom-resources"
|
parent: "operator-custom-resources"
|
||||||
weight: 14
|
weight: 15
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/resources/vmuser.html
|
- /operator/resources/vmuser.html
|
||||||
---
|
---
|
||||||
|
@ -10,7 +10,7 @@ menu:
|
|||||||
|
|
||||||
<!-- this doc autogenerated - don't edit it manually -->
|
<!-- this doc autogenerated - don't edit it manually -->
|
||||||
# Auto Generated vars for package config
|
# Auto Generated vars for package config
|
||||||
updated at Thu Apr 18 08:11:18 UTC 2024
|
updated at Thu Apr 18 08:22:04 UTC 2024
|
||||||
|
|
||||||
|
|
||||||
| varible name | variable default value | variable required | variable description |
|
| varible name | variable default value | variable required | variable description |
|
||||||
|
Loading…
Reference in New Issue
Block a user