From 01298c39ad9840b81b09c640302f249575cb11bd Mon Sep 17 00:00:00 2001 From: wayne warren Date: Fri, 8 Nov 2024 09:52:39 -0700 Subject: [PATCH] chore(clustered): add prometheus as a component with configurable resources --- .../influxdb/clustered/install/customize-cluster/scale.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/influxdb/clustered/install/customize-cluster/scale.md b/content/influxdb/clustered/install/customize-cluster/scale.md index 06ae79a5b..d745ca7ae 100644 --- a/content/influxdb/clustered/install/customize-cluster/scale.md +++ b/content/influxdb/clustered/install/customize-cluster/scale.md @@ -114,6 +114,13 @@ If omitted, your cluster uses the default scale settings. - `limits` - `cpu`: Maximum CPU Resource units to assign to the garbage collector - `memory`: Maximum memory resource units to assign to the garbage collector + - `prometheus` + - `requests` + - `cpu`: Minimum CPU resource units to assign to prometheus + - `memory`: Minimum memory resource units to assign to prometheus + - `limits` + - `cpu`: Maximum CPU Resource units to assign to prometheus + - `memory`: Maximum memory resource units to assign to prometheus {{< expand-wrapper >}} {{% expand "View example `AppInstance` with resource requests and limits" %}}