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

Monitoring Fission logs with Grafana Loki chart updation #239

Open
dk03051996 opened this issue Nov 6, 2023 · 0 comments
Open

Monitoring Fission logs with Grafana Loki chart updation #239

dk03051996 opened this issue Nov 6, 2023 · 0 comments

Comments

@dk03051996
Copy link
Contributor

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

kubectl get secret --namespace grafana grafana -o jsonpath="{.data.admin-
password}" | base64 --decode

To access UI, run below command

kubectl port-forward svc/grafana -n grafana 3000:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant