Transform dashboard to use grafonnet library

But it is the same dashboard as the output.
This commit is contained in:
Vitaly Zhuravlev 2022-05-11 15:11:33 +04:00
parent f6d1b08a63
commit 7de51eeedd
5 changed files with 699 additions and 741 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
prometheus/apache-http-mixin/vendor

View file

@ -1,5 +1,8 @@
{
_config+:: {
dashboardTags: ['apache-http-mixin'],
dashboardPeriod: 'now-1h',
dashboardTimezone: 'default',
dashboardRefresh: '1m',
},
}

View file

@ -0,0 +1,15 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/grafonnet-lib.git",
"subdir": "grafonnet"
}
},
"version": "master"
}
],
"legacyImports": false
}

View 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
}