mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
jsonnet fmt
This commit is contained in:
parent
6e4b35ce77
commit
9e6bb75a2a
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
prometheus/apache-http-mixin/vendor
|
vendor
|
||||||
|
dashboards_out
|
||||||
|
prometheus_alerts.yaml
|
|
@ -2,11 +2,9 @@ local grafana = import 'github.com/grafana/grafonnet-lib/grafonnet/grafana.libso
|
||||||
local dashboard = grafana.dashboard;
|
local dashboard = grafana.dashboard;
|
||||||
local template = grafana.template;
|
local template = grafana.template;
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
grafanaDashboards+:: {
|
grafanaDashboards+:: {
|
||||||
|
|
||||||
|
|
||||||
'apache-http.json':
|
'apache-http.json':
|
||||||
dashboard.new(
|
dashboard.new(
|
||||||
'Apache HTTP server',
|
'Apache HTTP server',
|
||||||
|
|
Loading…
Reference in a new issue