From 5a045caee11607b2d51fc04ac9e9880ade8f9504 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Tue, 4 Jun 2024 10:40:59 +0530 Subject: [PATCH 1/2] doc: add note for hardware requirement for Harvest --- docs/system-requirements.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/system-requirements.md b/docs/system-requirements.md index 5232c1ba3..128e81f98 100644 --- a/docs/system-requirements.md +++ b/docs/system-requirements.md @@ -1,16 +1,16 @@ -Harvest is written in Go, which means it runs on recent Linux systems. -It also runs on Macs for development. +Harvest is written in Go, which means it runs on recent Linux systems. It also runs on Macs for development. -Hardware requirements depend on how many clusters you monitor and the number of metrics you chose to collect. -With the default configuration, when monitoring 10 clusters, we recommend: +Hardware requirements depend on how many clusters you monitor and the number of metrics you choose to collect. With the default configuration, when monitoring 10 clusters, we recommend: - CPU: 2 cores - Memory: 1 GB - Disk: 500 MB (mostly used by log files) +**Note:** These CPU, memory, and disk requirements are just for Harvest and do not include Prometheus, InfluxDB, Grafana. + Harvest is compatible with: - Prometheus: `2.33` or higher - InfluxDB: `v2` - Grafana: `8.1.X` or higher -- Docker: `20.10.0` or higher and compatible Docker Compose +- Docker: `20.10.0` or higher and compatible Docker Compose \ No newline at end of file From 3f1e7527861ec1398de3a276de12541a44798512 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Tue, 4 Jun 2024 18:51:02 +0530 Subject: [PATCH 2/2] doc: add note for hardware requirement for Harvest --- docs/system-requirements.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/system-requirements.md b/docs/system-requirements.md index 128e81f98..8e0bc9b19 100644 --- a/docs/system-requirements.md +++ b/docs/system-requirements.md @@ -1,6 +1,8 @@ -Harvest is written in Go, which means it runs on recent Linux systems. It also runs on Macs for development. +Harvest is written in Go, which means it runs on recent Linux systems. +It also runs on Macs for development. -Hardware requirements depend on how many clusters you monitor and the number of metrics you choose to collect. With the default configuration, when monitoring 10 clusters, we recommend: +Hardware requirements depend on how many clusters you monitor and the number of metrics you chose to collect. +With the default configuration, when monitoring 10 clusters, we recommend: - CPU: 2 cores - Memory: 1 GB