Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,9 @@ The chart `kube-prometheus-stack` should be installed independently from HA
chart with the following command:

```bash
helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
helm install kube-prometheus-stack oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack \
-f kube_prometheus_stack_values.yaml \
-f kube_prometheus_stack_memgraph_dashboard.yaml \
--namespace monitoring \
--create-namespace
```
Expand All @@ -608,6 +609,10 @@ helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
upstream [chart’s
repository]((https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml)).

`kube_prometheus_stack_memgraph_dashboard.yaml` is also optional - it provides a generic dashboard which shows the metrics
that Memgraph exports for both standalone and HA deployments. This dashboard file can be downloaded from
[here](https://github.com/memgraph/prometheus-exporter/blob/main/kube_prometheus_stack_memgraph_dashboard.yaml).

If you install the `kube-prometheus-stack` in a **non-default namespace**, allow
cross-namespace scraping. You can allow this by adding the following
configuration to your `kube_prometheus_stack_values.yaml` file:
Expand Down