Use relative image links to appear in Github markdown

This commit is contained in:
@luke 2018-04-17 12:01:34 +01:00 committed by Dalton Hubble
parent 23a8156bdf
commit 490b628e2d
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ kubectl port-forward grafana-POD-ID 8080 -n monitoring
Visit [127.0.0.1:8080](http://127.0.0.1:8080) to view the bundled dashboards.
![Grafana Capacity Planning](/img/grafana-capacity.png)
![Grafana Control Plane](/img/grafana-control-plane.png)
![Grafana Node View](/img/grafana-node.png)
![Grafana Capacity Planning](../img/grafana-capacity.png)
![Grafana Control Plane](../img/grafana-control-plane.png)
![Grafana Node View](../img/grafana-node.png)

View File

@ -41,10 +41,10 @@ kubectl port-forward prometheus-POD-ID 9090 -n monitoring
Visit [127.0.0.1:9090](http://127.0.0.1:9090) to query [expressions](http://127.0.0.1:9090/graph), view [targets](http://127.0.0.1:9090/targets), or check [alerts](http://127.0.0.1:9090/alerts).
![Prometheus Graph](/img/prometheus-graph.png)
![Prometheus Graph](../img/prometheus-graph.png)
<br/>
![Prometheus Targets](/img/prometheus-targets.png)
![Prometheus Targets](../img/prometheus-targets.png)
<br/>
![Prometheus Alerts](/img/prometheus-alerts.png)
![Prometheus Alerts](../img/prometheus-alerts.png)
Use [Grafana](/addons/grafana.md) to view or build dashboards that use Prometheus as the datasource.