7
0
Mirror von https://github.com/puppetmaster/typhoon.git synchronisiert 2025-09-13 03:39:44 +02:00

Use relative image links to appear in Github markdown

Dieser Commit ist enthalten in:
@luke
2018-04-17 12:01:34 +01:00
committet von Dalton Hubble
Ursprung 23a8156bdf
Commit 490b628e2d
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen

Datei anzeigen

@@ -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)

Datei anzeigen

@@ -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.