Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changelog.d/4-docs/update-of-monitoring-wire-server-page
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Monitoring page showed wrong wrong configuration charts. Updated prometheus-operator to kube-prometheus-stack chart in the documentation.
4 changes: 2 additions & 2 deletions docs/src/how-to/install/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ file.

# This configuration switches to use memory instead of disk for metrics services
# NOTE: If the pods are killed you WILL lose all your metrics history
prometheus-operator:
kube-prometheus-stack:
grafana:
persistence:
enabled: false
Expand All @@ -160,7 +160,7 @@ file.

.. code:: yaml

prometheus-operator:
kube-prometheus-stack:
grafana:
persistence:
storageClassName: "<my-storage-class>"
Expand Down