VictoriaMetrics/app/vmctl
Aliaksandr Valialkin 334a739ff6
docs: convert png images to webp in all the docs except of docs/operator/*
This reduces the size of docs/* folder from 33MB to 18MB

Images inside docs/operator/* must be converted at the https://github.com/VictoriaMetrics/operator/tree/master/docs
and then the updated images must be automatically propagated to the docs/operator/*

This is a follow-up for d3f919df3e

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5206
2023-11-22 19:21:00 +02:00
..
auth app/vmctl: add support of basic auth and barer token (#3921) 2023-03-09 14:53:29 +01:00
backoff vmctl: increase retry backoff policy delay (#4447) 2023-06-14 09:47:44 +02:00
barpool app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-02 14:57:08 +02:00
deployment app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
influx vmctl: interrupt explore procedure in influx mode if no numeric fields were found (#4576) 2023-07-04 13:45:42 +02:00
limiter vmctl: add option to rate limit data transfer speed 2022-01-06 12:21:42 +03: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:01:32 -08:00
native app/vmctl: fix performance degradation, add flag to disable backoff policy (#4097) 2023-04-14 09:34:54 +03:00
opentsdb lib/promrelabel: properly replace : char with _ in metric names when -usePromCompatibleNaming command-line flag is set 2023-08-14 16:14:42 +02:00
prometheus vendor: run make vendor-update 2023-11-16 20:20:27 +01:00
remoteread app/vmctl: add flag where use can define path to the source remote read protocol (#4744) 2023-08-01 16:43:00 +02:00
stepper app/vmctl: document that -vm-native-step-interval command-line option now supports week value 2023-08-12 07:32:58 -07: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:12:51 +01:00
testdata/servers_integration_test vendor: run make vendor-update 2023-11-16 20:20:27 +01:00
utils app/vmctl/utils: properly use timezone in TestGetTime() 2023-06-19 23:16:50 -07:00
vm chore: Use http constants to replace numbers (#3846) 2023-02-22 18:53:05 -08:00
flags.go app/vmctl: document that -vm-native-step-interval command-line option now supports week value 2023-08-12 07:32:58 -07:00
influx.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-02 14:57:08 +02:00
main.go app/vmctl: add flag where use can define path to the source remote read protocol (#4744) 2023-08-01 16:43:00 +02:00
Makefile all: add makefile rules for GOARCH=s390x for all the VictoriaMetrics components 2023-02-26 12:36:51 -08:00
opentsdb.go Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:16:42 +02:00
prometheus.go vendor: make vendor-update 2023-02-01 12:23:23 -08:00
prometheus_test.go app/vmctl: add retry backoff policy (#3844) 2023-02-22 13:06:55 +01:00
README.md docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
remote_read_test.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-02 14:57:08 +02:00
remoteread.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-02 14:57:08 +02:00
utils.go app/vmctl: add verbose output for docker installations or when TTY isn't available (#4333) 2023-06-02 14:57:08 +02:00
vm_native.go app/vmctl: fix migration process if tenant have no data (#4799) 2023-08-16 14:54:51 +02:00
vm_native_test.go vmctl: allow disabling binary export protocol (#4716) 2023-08-01 09:45:50 +02:00

See vmctl docs here.

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