mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #13982 from grafana/adeverteuil-patch-1
Fix typo in docs/sources/reference/scripting.md
This commit is contained in:
commit
454d74a176
@ -12,7 +12,7 @@ weight = 9
|
|||||||
|
|
||||||
If you have lots of metric names that change (new servers etc) in a defined pattern it is irritating to constantly have to create new dashboards.
|
If you have lots of metric names that change (new servers etc) in a defined pattern it is irritating to constantly have to create new dashboards.
|
||||||
|
|
||||||
With scripted dashboards you can dynamically create your dashboards using javascript. In the folder grafana install folder
|
With scripted dashboards you can dynamically create your dashboards using javascript. In the grafana install folder
|
||||||
under `public/dashboards/` there is a file named `scripted.js`. This file contains an example of a scripted dashboard. You can access it by using the url:
|
under `public/dashboards/` there is a file named `scripted.js`. This file contains an example of a scripted dashboard. You can access it by using the url:
|
||||||
`http://grafana_url/dashboard/script/scripted.js?rows=3&name=myName`
|
`http://grafana_url/dashboard/script/scripted.js?rows=3&name=myName`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user