VictoriaMetrics/app/vmctl
2024-01-16 20:29:41 +02:00
..
auth app/vmctl: add support of basic auth and barer token (#3921) 2023-03-12 00:08:04 -08:00
backoff vmctl: increase retry backoff policy delay (#4447) 2023-07-06 17:00:06 -07:00
barpool app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-09 10:39:38 +02:00
deployment app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
influx app/vmctl: follow-up after 27668c9d01 2023-12-11 15:38:22 +01:00
limiter vmctl: add option to rate limit data transfer speed 2022-01-06 23:14:22 +02:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:03:02 -08:00
native app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:45:35 +01:00
opentsdb lib/promrelabel: properly replace : char with _ in metric names when -usePromCompatibleNaming command-line flag is set 2023-08-14 16:18:17 +02:00
prometheus vendor: run make vendor-update 2023-11-16 20:21:16 +01:00
remoteread app/vmctl: add flag where use can define path to the source remote read protocol (#4744) 2023-08-11 03:56:34 -07: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/utils: properly use timezone in TestGetTime() 2023-07-06 17:30:51 -07:00
vm chore: Use http constants to replace numbers (#3846) 2023-02-22 18:59:32 -08:00
flags.go app/vmctl: add insecure skip verify flags for source and destination addresses for native protocol (#5606) 2024-01-16 20:29:41 +02:00
influx.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-09 10:39:38 +02:00
main.go app/vmctl: add insecure skip verify flags for source and destination addresses for native protocol (#5606) 2024-01-16 20:29:41 +02:00
Makefile all: add makefile rules for GOARCH=s390x for all the VictoriaMetrics components 2023-02-26 12:38:48 -08:00
opentsdb.go Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:25:49 +02:00
prometheus.go vendor: make vendor-update 2023-02-01 12:48:10 -08:00
prometheus_test.go app/vmctl: add retry backoff policy (#3844) 2023-02-22 12:17:21 -08:00
README.md docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:29:47 +02:00
remoteread.go app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:45:35 +01:00
utils.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-09 10:39:38 +02:00
vm_native.go vmctl: rename vm-native-disable-retries to vm-native-disable-per-metric-migration (#5476) 2023-12-17 19:19:22 +02:00

See vmctl docs here.

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