prometheus/documentation/examples
Davor Cubranic 72431c60d3 Fix 'remote_write' config example (#2807)
When the contents of `remote_write` are a map, as it currently is in this README, Prometheus 1.6.3 fails to start with error message:
```
Error loading config: couldn't load configuration (-config.file=/etc/prometheus/prometheus.yml): yaml: unmarshal errors:\n  line 14: cannot unmarshal !!map into []*config.RemoteWriteConfig" source="main.go:159"
```
Changing it to a list of keyword: value pairs, fixes the error.
2017-06-05 18:32:14 +01:00
..
kubernetes-rabbitmq Fix typo in documentation/examples/kubernetes-rabbitmq/README.md 2016-02-08 02:00:10 +01:00
remote_storage Fix 'remote_write' config example (#2807) 2017-06-05 18:32:14 +01:00
prometheus-kubernetes.yml Fix kubernetes host:port relabel regex. 2017-02-16 14:46:04 -05:00
prometheus.yml The defaults stated in the example config where wrong (#2110) 2016-11-21 09:53:59 +01:00