VictoriaMetrics/app/vmctl
Andrii Chubatiuk 516848783e
deployment: build image for vmagent streamaggr benchmark (#6515)
### Describe Your Changes

optionally build vmagent image for benchmark
needed for https://github.com/VictoriaMetrics/ops/pull/1297

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

(cherry picked from commit 6b128da811)
2024-06-24 16:29:14 +02:00
..
auth app/vmctl: add support of basic auth and barer token (#3921) 2023-03-12 00:08:04 -08:00
backoff app/vmctl/backoff: fix flaky test 2024-01-22 18:42:05 +02:00
barpool vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
deployment app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
influx app/vmctl : support TLS config options for InfluxDB datasource (#5783) 2024-02-16 15:31:57 +01:00
limiter vmctl: add option to rate limit data transfer speed 2022-01-06 23:14:22 +02:00
multiarch deployment: build image for vmagent streamaggr benchmark (#6515) 2024-06-24 16:29:14 +02:00
native app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-25 15:42:24 +01:00
opentsdb chore: remove redundant words (#6348) 2024-05-29 14:37:04 +02:00
prometheus vendor: run make vendor-update 2023-11-16 20:21:16 +01:00
remoteread app/vmctl: fix arguments order in httputils.TLSConfig 2024-03-17 23:22:08 +02:00
stepper app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:45:35 +01:00
terminal all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00
utils app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-25 15:42:24 +01:00
vm vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
flags.go vmctl: rm --vm-disable-progress-bar flag 2024-06-10 14:05:58 +02:00
influx.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
main.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
Makefile Add build support for loong64 (#6222) 2024-05-10 14:32:05 +02:00
opentsdb.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
prometheus.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
prometheus_test.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
README.md all: replace old https://docs.victoriametrics.com/vmctl.html url with the new one - https://docs.victoriametrics.com/vmctl/ 2024-04-18 01:54:16 +02:00
remoteread.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
utils.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
vm_native.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00

See vmctl docs here.

vmctl docs can be edited at docs/vmctl.md.