-
Notifications
You must be signed in to change notification settings - Fork 14
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 monitoring.md #96
Conversation
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
|
||
```bash | ||
kubectl --namespace mke port-forward svc/monitoring-grafana 3000:80 | ||
``` | ||
|
||
2. Go to `http://localhost:3000`. | ||
3. Navigate to `http://localhost:3000` to access the **Welcome to Grafana** login page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please edit the similar step in Prometheus section to read the same way. Something like:
"Navigate to [URL] to access the [name of Prometheus entry page] page."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. at localist:9090 Prometheus displays the status page of Prometheus (https://prometheus.io/docs/prometheus/latest/getting_started/#starting-prometheus).
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
Co-authored-by: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com>
Fixes: #88