From fd6c690276284ee8bc496bf342028e83aa61e18c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 12 Aug 2020 21:12:15 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention helm charts, k8s operator and vmctl tool in `Integrations` chapter --- README.md | 3 +++ docs/Single-server-VictoriaMetrics.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index c4e678d9f..172a5229e 100644 --- a/README.md +++ b/README.md @@ -1125,6 +1125,9 @@ The collected profiles may be analyzed with [go tool pprof](https://github.com/g ## Integrations +* [Helm charts for single-node and cluster versions of VictoriaMetrics](https://github.com/VictoriaMetrics/helm-charts). +* [Kubernetes operator for VictoriaMetrics](https://github.com/VictoriaMetrics/operator). +* [vmctl tool for data migration to VictoriaMetrics](https://github.com/VictoriaMetrics/vmctl). * [netdata](https://github.com/netdata/netdata) can push data into VictoriaMetrics via `Prometheus remote_write API`. See [these docs](https://github.com/netdata/netdata#integrations). * [go-graphite/carbonapi](https://github.com/go-graphite/carbonapi) can use VictoriaMetrics as time series backend. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index c4e678d9f..172a5229e 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1125,6 +1125,9 @@ The collected profiles may be analyzed with [go tool pprof](https://github.com/g ## Integrations +* [Helm charts for single-node and cluster versions of VictoriaMetrics](https://github.com/VictoriaMetrics/helm-charts). +* [Kubernetes operator for VictoriaMetrics](https://github.com/VictoriaMetrics/operator). +* [vmctl tool for data migration to VictoriaMetrics](https://github.com/VictoriaMetrics/vmctl). * [netdata](https://github.com/netdata/netdata) can push data into VictoriaMetrics via `Prometheus remote_write API`. See [these docs](https://github.com/netdata/netdata#integrations). * [go-graphite/carbonapi](https://github.com/go-graphite/carbonapi) can use VictoriaMetrics as time series backend.