This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): combine patterns into queries doc
- Loading branch information
Showing
4 changed files
with
159 additions
and
91 deletions.
There are no files selected for viewing
Empty file.
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,19 @@ | ||
# Dashboards | ||
|
||
## How To Use | ||
|
||
### Release Annotations | ||
|
||
### Variables | ||
|
||
**Note:** variables cannot be used with alerts. Combining the two would require a mapping of variable | ||
values to their appropriate thresholds and, combined with repeated panels, could cause an explosion of | ||
alert queries on the backend. | ||
|
||
## Best Practices | ||
|
||
- export and commit dashboards often | ||
- limit the number of panels per dashboard to 8-12 | ||
- each panel is a JSON request and browsers will only make 6-8 requests per hostname. Large dashboards | ||
will spin as panels wait to load, and slow panels may block faster ones. | ||
- with 12 panels and a 30 second query timeout, dashboards should take no longer than 60 seconds to load. |
This file was deleted.
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