forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'grafana/master'
* grafana/master: changelog: add notes about closing grafana#11771 changelog: add notes about closing grafana#11971 Fix singlestat threshold tooltip (grafana#12109) build: only runs db related tests on db. build: integration testing postegres on ci. build: mysql integration testing on ci. changelog: Second epochs are now correctly converted to ms. Fix CSS to hide grid controls in fullscreen/low-activity views provisioning: enable relative path's devenv: improve readme provisioning: place testfiles within testdata folder devenv: script for setting up default datasources devenv: scripts for generating many unique dashboards
- Loading branch information
Showing
34 changed files
with
1,440 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,5 @@ debug.test | |
/vendor/**/.editorconfig | ||
/vendor/**/appengine* | ||
*.orig | ||
|
||
/devenv/dashboards/bulk-testing/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This folder contains useful scripts and configuration for... | ||
|
||
* Configuring datasources in Grafana | ||
* Provision example dashboards in Grafana | ||
* Run preconfiured datasources as docker containers | ||
|
||
want to know more? run setup! | ||
|
||
```bash | ||
./setup.sh | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: 1 | ||
|
||
providers: | ||
- name: 'Bulk dashboards' | ||
folder: 'Bulk dashboards' | ||
type: file | ||
options: | ||
path: devenv/dashboards/bulk-testing | ||
|
Oops, something went wrong.