This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e150aa  docs: add service monitor parameters doc (#194)
8e150aa is described below

commit 8e150aa7b159d9b47cc94fd4981548b90792a4c9
Author: 祁宏钢 <sxxz...@163.com>
AuthorDate: Wed Dec 15 14:21:24 2021 +0800

    docs: add service monitor parameters doc (#194)
---
 charts/apisix/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 16c550a..039a67f 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -195,3 +195,15 @@ Configurations for apisix-dashboard sub chart.
 ### ingress-controller parameters
 
 Configurations for Apache APISIX ingress-controller sub chart.
+
+### serviceMonitor parameters
+
+| Parameter                      | Description                                 
                 | Default                      |
+| ------------------------------ | 
------------------------------------------------------------ | 
---------------------------- |
+| `serviceMonitor.enabled`       | Enable or disable Apache APISIX 
serviceMonitor               | `false`                      |
+| `serviceMonitor.namespace`     | Namespace where the serviceMonitor is 
deployed               | `""`                         |
+| `serviceMonitor.interval`      | Interval at which metrics should be scraped 
                 | `15s`                        |
+| `serviceMonitor.path`          | Path of the Prometheus metrics endpoint     
                 | `/apisix/prometheus/metrics` |
+| `serviceMonitor.containerPort` | Container port which Prometheus metrics are 
exposed          | `9091`                       |
+| `serviceMonitor.labels`        | Label selector for select services and 
their underlying endpoint objects | `{}`                         |
+| `serviceMonitor.annotations`   | ServiceMonitor annotations                  
                 | `{}`                         |

Reply via email to