mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
copypasta.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
parent
50861d586a
commit
5fd712b210
|
@ -1,10 +1,6 @@
|
||||||
local g = import 'grafana-builder/grafana.libsonnet';
|
local g = import 'grafana-builder/grafana.libsonnet';
|
||||||
|
|
||||||
{
|
{
|
||||||
_config+:: {
|
|
||||||
storage_backend: error 'must specify storage backend (cassandra, gcp)',
|
|
||||||
},
|
|
||||||
|
|
||||||
dashboards+: {
|
dashboards+: {
|
||||||
'prometheus.json':
|
'prometheus.json':
|
||||||
g.dashboard('Prometheus')
|
g.dashboard('Prometheus')
|
||||||
|
|
Loading…
Reference in a new issue