VictoriaMetrics/app/vmctl
qiangxuhui 885fc4122a
Add build support for loong64 (#6222)
### Describe Your Changes

Added makefile rule for `GOARCH=loong64` to support building all
VictoriaMetrics components on the `loongarch64` platform.

### Checklist

The following checks are **mandatory**:

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

Signed-off-by: qiangxuhui <qiangxuhui@loongson.cn>

(cherry picked from commit 80f3644ee3)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-05-10 14:32:05 +02:00
..
auth
backoff app/vmctl/backoff: fix flaky test 2024-01-22 18:42:05 +02:00
barpool
deployment
influx app/vmctl : support TLS config options for InfluxDB datasource (#5783) 2024-02-16 15:31:57 +01:00
limiter
multiarch
native app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-25 15:42:24 +01:00
opentsdb vmctl : Provide TLS config options for Open TSDB datasource #5797 (#5832) 2024-02-20 16:27:52 +01: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 all: replace old https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html url with the new one - https://docs.victoriametrics.com/cluster-victoriametrics/ 2024-04-18 02:56:28 +02:00
flags.go all: replace old https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html url with the new one - https://docs.victoriametrics.com/single-server-victoriametrics/ 2024-04-18 03:11:49 +02:00
influx.go
main.go app/vmctl: properly close file descriptor in verify-block action (#6106) 2024-04-17 09:40:23 +02:00
Makefile Add build support for loong64 (#6222) 2024-05-10 14:32:05 +02:00
opentsdb.go
prometheus_test.go
prometheus.go
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 app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:45:35 +01:00
utils.go
vm_native.go app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-25 15:42:24 +01:00

See vmctl docs here.

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