28 lines
810 B
Go Template
28 lines
810 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
# Dashboards
|
|
|
|
## Alertmanager
|
|
- https://grafana.com/api/dashboards/9578/revisions/4/download
|
|
## Prometheus
|
|
- https://grafana.com/api/dashboards/3662/revisions/2/download
|
|
## AlertManager SNS Forwarder
|
|
- https://github.com/DataReply/alertmanager-sns-forwarder
|
|
## docker-registry
|
|
- https://github.com/lstn/misc-grafana-dashboards/blob/master/dashboards/docker-registry.json
|