You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Please change below url as it has been deprecated for Loki
helm repo add grafana https://grafana.github.io/helm-charts/
helm install -n monitoring --create-namespace loki grafana/loki-stack
For grafana installation, we should use official helm repo
helm repo add grafana https://grafana.github.io/helm-charts/
helm repo update
helm upgrade --install grafana grafana/grafana --create-namespace -n grafana
Accessing Grafana UI
To get login credentials of grafana
Default user is “admin”
For password, run the below command
Hi, Please change below url as it has been deprecated for Loki
helm repo add grafana https://grafana.github.io/helm-charts/
helm install -n monitoring --create-namespace loki grafana/loki-stack
For grafana installation, we should use official helm repo
helm repo add grafana https://grafana.github.io/helm-charts/
helm repo update
helm upgrade --install grafana grafana/grafana --create-namespace -n grafana
Accessing Grafana UI
To get login credentials of grafana
Default user is “admin”
For password, run the below command
To access UI, run below command
The text was updated successfully, but these errors were encountered: