mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Transform dashboard to use grafonnet library
But it is the same dashboard as the output.
This commit is contained in:
parent
f6d1b08a63
commit
7de51eeedd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prometheus/apache-http-mixin/vendor
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
_config+:: {
|
_config+:: {
|
||||||
dashboardTags: ['apache-http-mixin'],
|
dashboardTags: ['apache-http-mixin'],
|
||||||
|
dashboardPeriod: 'now-1h',
|
||||||
|
dashboardTimezone: 'default',
|
||||||
|
dashboardRefresh: '1m',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
15
prometheus/apache-http-mixin/jsonnetfile.json
Normal file
15
prometheus/apache-http-mixin/jsonnetfile.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"git": {
|
||||||
|
"remote": "https://github.com/grafana/grafonnet-lib.git",
|
||||||
|
"subdir": "grafonnet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": "master"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"legacyImports": false
|
||||||
|
}
|
16
prometheus/apache-http-mixin/jsonnetfile.lock.json
Normal file
16
prometheus/apache-http-mixin/jsonnetfile.lock.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"git": {
|
||||||
|
"remote": "https://github.com/grafana/grafonnet-lib.git",
|
||||||
|
"subdir": "grafonnet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": "6db00c292d3a1c71661fc875f90e0ec7caa538c2",
|
||||||
|
"sum": "gF8foHByYcB25jcUOBqP6jxk0OPifQMjPvKY0HaCk6w="
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"legacyImports": false
|
||||||
|
}
|
Loading…
Reference in a new issue