From 0392e38a749dae7700f19ff64a1d54c79037313b Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:55:40 -0800 Subject: [PATCH] [release-1.9] feat(helm): add documentation about metric args (#10695) * feat(helm): add documentation about metric args This helps documenting this issue: https://github.com/kubernetes/ingress-nginx/issues/8233 and relates to this documentation: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/monitoring.md#histogram-buckets * fix --------- Co-authored-by: Pierre Ozoux --- charts/ingress-nginx/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 227043b9c..b193f8e57 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -170,6 +170,9 @@ controller: extraArgs: {} ## extraArgs: ## default-ssl-certificate: "/" + ## time-buckets: "0.005,0.01,0.025,0.05,0.1,0.25,0.5,1,2.5,5,10" + ## length-buckets: "10,20,30,40,50,60,70,80,90,100" + ## size-buckets: "10,100,1000,10000,100000,1e+06,1e+07" # -- Additional environment variables to set extraEnvs: []