mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +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),
|
||||
- [VMStaticScrape](./vmstaticscrape.md),
|
||||
- [VMProbe](./vmprobe.md).
|
||||
- `VMScrapeConfig`(./vmscrapeconfig.md)
|
||||
- [VMScrapeConfig](./vmscrapeconfig.md)
|
||||
|
||||
These objects tell VMAgent from which targets and how to collect metrics and
|
||||
generate part of [VMAgent](./vmagent.md) scrape configuration.
|
||||
@ -130,6 +130,9 @@ spec:
|
||||
probeNamespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: my-namespace
|
||||
scrapeConfigNamespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: my-namespace
|
||||
```
|
||||
|
||||
## High availability
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
sort: 15
|
||||
weight: 15
|
||||
title: VMServiceScrape
|
||||
sort: 11
|
||||
weight: 11
|
||||
title: VMScrapeConfig
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 15
|
||||
weight: 11
|
||||
aliases:
|
||||
- /operator/resources/vmscrapeconfig.html
|
||||
---
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
sort: 11
|
||||
weight: 11
|
||||
sort: 12
|
||||
weight: 12
|
||||
title: VMServiceScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 11
|
||||
weight: 12
|
||||
aliases:
|
||||
- /operator/resources/vmservicescrape.html
|
||||
---
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
sort: 12
|
||||
weight: 12
|
||||
sort: 13
|
||||
weight: 13
|
||||
title: VMSingle
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 12
|
||||
weight: 13
|
||||
aliases:
|
||||
- /operator/resources/vmsingle.html
|
||||
---
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
sort: 13
|
||||
weight: 13
|
||||
sort: 14
|
||||
weight: 14
|
||||
title: VMStaticScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 13
|
||||
weight: 14
|
||||
aliases:
|
||||
- /operator/resources/vmstaticscrape.html
|
||||
---
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
sort: 14
|
||||
weight: 14
|
||||
sort: 15
|
||||
weight: 15
|
||||
title: VMUser
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 14
|
||||
weight: 15
|
||||
aliases:
|
||||
- /operator/resources/vmuser.html
|
||||
---
|
||||
|
@ -10,7 +10,7 @@ menu:
|
||||
|
||||
<!-- this doc autogenerated - don't edit it manually -->
|
||||
# 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 |
|
||||
|
Loading…
Reference in New Issue
Block a user