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' into panel-visibility-flag
* grafana/master: (51 commits) changing callback fn into arrow functions for correct usage of this (grafana#12673) Fix requested changes Update CHANGELOG.md Add support for interval in query variable Change to arrow functions Add graph_ctrl jest changelog: add notes about closing grafana#12691 Update kbn.ts Add jest test file Id validation of CloudWatch GetMetricData changelog: adds note for grafana#11487 Datasource for Grafana logging platform fix: postgres/mysql engine cache was not being used, fixes grafana#12636 (grafana#12642) added: replaces added to grafana fix: datasource search was not working properly docs: minor docs fix Fix label suggestions in Explore query field pluginloader: expose flot gauge plugin alert: add missing test after refactor Handle query string in storage public_url (grafana#9351) (grafana#12555) ...
- Loading branch information
Showing
136 changed files
with
8,304 additions
and
3,210 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
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! | ||
* Configuring dev datasources in Grafana | ||
* Configuring dev & test scenarios dashboards. | ||
|
||
```bash | ||
./setup.sh | ||
``` | ||
|
||
After restarting grafana server there should now be a number of datasources named `gdev-<type>` provisioned as well as a dashboard folder named `gdev dashboards`. This folder contains dashboard & panel features tests dashboards. | ||
|
||
# Dev dashboards | ||
|
||
Please update these dashboards or make new ones as new panels & dashboards features are developed or new bugs are found. The dashboards are located in the `devenv/dev-dashboards` folder. | ||
|
||
|
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
Oops, something went wrong.