From d2bc7e2160f3dce634fb9a5f80898ff4df17ae82 Mon Sep 17 00:00:00 2001 From: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:09:28 +0800 Subject: [PATCH] Automatic update operator docs from VictoriaMetrics/operator@83c07ed (#4970) --- docs/operator/api.md | 2 +- docs/operator/vars.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator/api.md b/docs/operator/api.md index b975a90763..ffb60c7002 100644 --- a/docs/operator/api.md +++ b/docs/operator/api.md @@ -695,7 +695,7 @@ VMAgentRemoteWriteSettings - defines global settings for all remoteWrite urls. | showURL | Whether to show -remoteWrite.url in the exported metrics. It is hidden by default, since it can contain sensitive auth info | *bool | false | | tmpDataPath | Path to directory where temporary data for remote write component is stored (default vmagent-remotewrite-data) | *string | false | | flushInterval | Interval for flushing the data to remote storage. (default 1s) | *string | false | -| label | Optional labels in the form 'name=value' to add to all the metrics before sending them | map[string]string | false | +| label | Labels in the form 'name=value' to add to all the metrics before sending them. This overrides the label if it already exists. | map[string]string | false | | useMultiTenantMode | Configures vmagent in multi-tenant mode with direct cluster support docs https://docs.victoriametrics.com/vmagent.html#multitenancy it's global setting and affects all remote storage configurations | bool | false | [Back to TOC](#table-of-contents) diff --git a/docs/operator/vars.md b/docs/operator/vars.md index 44e2151342..61269d2f3a 100644 --- a/docs/operator/vars.md +++ b/docs/operator/vars.md @@ -10,7 +10,7 @@ aliases: - /operator/vars.html --- # Auto Generated vars for package config - updated at Thu Sep 7 10:13:17 UTC 2023 + updated at Thu Sep 7 11:46:52 UTC 2023 | varible name | variable default value | variable required | variable description |