Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Unable to access the grafana dashboard. #395

Open
casionone opened this issue Aug 23, 2018 · 2 comments
Open

Unable to access the grafana dashboard. #395

casionone opened this issue Aug 23, 2018 · 2 comments

Comments

@casionone
Copy link

I hava followed this guide to expose nodeport of grafana

Visualizing metrics with Grafana
Like Zipkin and Prometheus, Istio enables Grafana with a service type of ClusterIP. Run the following commands to expose a service type of NodePort for access to Grafana from an external environment:

kubectl expose service istio-grafana --type=NodePort \
    --name=istio-grafana-svc --namespace istio-system
export GRAFANA_URL=$(kubectl get po -l app=grafana -n \
    istio-system -o 'jsonpath={.items[0].status.hostIP}'):$(kubectl get svc \
    istio-grafana-svc -n istio-system -o \
    'jsonpath={.spec.ports[0].nodePort}')
echo http://${GRAFANA_URL}/

You can now access http://${GRAFANA_URL}/ from your browser to view the Grafana web page.

...........

I can get data from promethus
image
but unable to access the grafana dashboard.
image

@FirstDiscoverer
Copy link

兄dei,你的内存占用好高啊

@FirstDiscoverer
Copy link

这个怎么解决?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants