Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update attribute filters and operator metrics #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions monitoring/grafana-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ These instructions were last verified with:
* Grafana Helm chart 6.7.4 (app version 7.5.3+)

## Install Prometheus
helm repo add stable https://charts.helm.sh/stable
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts

helm repo update

helm upgrade --install demo-test stable/prometheus \
helm upgrade --install prometheus prometheus-community/prometheus \
--set alertmanager.persistentVolume.enabled=false \
--set server.persistentVolume.enabled=false \
--namespace default
Expand Down Expand Up @@ -53,7 +53,7 @@ Follow the in-browser instructions to configure a Prometheus data source for Gra
[online documentation](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source). You will be asked
to provide a URL. Enter the URL as shown below:

http://demo-test-prometheus-server.default.svc.cluster.local
http://prometheus-server.default.svc.cluster.local

Click "Save & Test". You should see a green alert at the bottom of the page saying "Data source
is working".
Expand Down
Loading