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
// Optional labels in the form 'name=value' to add to all the metrics before sending them
321
-
// +optional
322
-
Labelsmap[string]string`json:"label,omitempty"`
323
+
323
324
// ConfigMap with relabeling config which is applied to metrics before sending them to the corresponding -remoteWrite.url
324
325
// +optional
325
326
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Key at Configmap with relabelConfig for remoteWrite",xDescriptors="urn:alm:descriptor:io.kubernetes:ConfigMapKeySelector"
Copy file name to clipboardExpand all lines: docs/api.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,7 @@ VMAgentRemoteWriteSettings - defines global settings for all remoteWrite urls.
211
211
| showURL | Whether to show -remoteWrite.url in the exported metrics. It is hidden by default, since it can contain sensitive auth info |*bool | false |
212
212
| tmpDataPath | Path to directory where temporary data for remote write component is stored (default vmagent-remotewrite-data) |*string | false |
213
213
| flushInterval | Interval for flushing the data to remote storage. (default 1s) |*string | false |
214
+
| label | Optional labels in the form 'name=value' to add to all the metrics before sending them | map[string]string | false |
214
215
215
216
[Back to TOC](#table-of-contents)
216
217
@@ -223,7 +224,6 @@ VMAgentRemoteWriteSpec defines the remote storage configuration for VmAgent
223
224
| url | URL of the endpoint to send samples to. | string | true |
224
225
| basicAuth | BasicAuth allow an endpoint to authenticate over basic authentication |*[BasicAuth](#basicauth)| false |
225
226
| bearerTokenSecret | Optional bearer auth token to use for -remoteWrite.url |*[v1.SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#secretkeyselector-v1-core)| false |
226
-
| label | Optional labels in the form 'name=value' to add to all the metrics before sending them | map[string]string | false |
227
227
| urlRelabelConfig | ConfigMap with relabeling config which is applied to metrics before sending them to the corresponding -remoteWrite.url |*v1.ConfigMapKeySelector | false |
0 commit comments