Skip to content

Commit 38ed773

Browse files
as51340matea16
andauthored
feat: Add optional service monitor to HA chart (#1408)
* docs: Document optional service monitor * docs: Clean monitoring chapter * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent 4c7af56 commit 38ed773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/getting-started/install-memgraph/kubernetes.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ The following table lists the configurable parameters of the Memgraph HA chart a
769769
| `prometheus.memgraphExporter.pullFrequencySeconds` | How often will Memgraph's Prometheus exporter pull data from Memgraph instances. | `5` |
770770
| `prometheus.memgraphExporter.repository` | The repository where Memgraph's Prometheus exporter image is available. | `memgraph/prometheus-exporter` |
771771
| `prometheus.memgraphExporter.tag` | The tag of Memgraph's Prometheus exporter image. | `0.2.1` |
772+
| `prometheus.serviceMonitor.enabled` | If enabled, a `ServiceMonitor` object will be deployed. | `true` |
772773
| `prometheus.serviceMonitor.kubePrometheusStackReleaseName` | The release name under which `kube-prometheus-stack` chart is installed. | `kube-prometheus-stack` |
773774
| `prometheus.serviceMonitor.interval` | How often will Prometheus pull data from Memgraph's Prometheus exporter. | `15s` |
774775
| `labels.coordinators.podLabels` | Enables you to set labels on a pod level. | `{}` |
@@ -868,4 +869,4 @@ Refer to the [Memgraph Lab documentation](/memgraph-lab/configuration) for detai
868869
869870
870871
871-
872+
kube

0 commit comments

Comments
 (0)