replaced old images and gifs with new ones (#9217)

This commit is contained in:
Patrick O'Carroll
2017-09-12 09:07:36 +02:00
committed by Torkel Ödegaard
parent 18cfe1b192
commit a7b0a01b13
2 changed files with 12 additions and 4 deletions
@@ -41,7 +41,9 @@ Proxy access means that the Grafana backend will proxy all requests from the bro
Click the ``Select metric`` link to start navigating the metric space. One you start you can continue using the mouse
or keyboard arrow keys. You can select a wildcard and still continue.
![](/img/docs/animated_gifs/graphite_query1.gif)
{{< docs-imagebox img="/img/docs/v45/graphite_query1_still.png" class="docs-image--center"
animated-gif="/img/docs/v45/graphite_query1.gif" >}}
### Functions
@@ -50,13 +52,17 @@ a function is selected it will be added and your focus will be in the text box o
a parameter just click on it and it will turn into a text box. To delete a function click the function name followed
by the x icon.
![](/img/docs/animated_gifs/graphite_query2.gif)
{{< docs-imagebox img="/img/docs/v45/graphite_query2_still.png" class="docs-image--center"
animated-gif="/img/docs/v45/graphite_query2.gif" >}}
### Optional parameters
Some functions like aliasByNode support an optional second argument. To add this parameter specify for example 3,-2 as the first parameter and the function editor will adapt and move the -2 to a second parameter. To remove the second optional parameter just click on it and leave it blank and the editor will remove it.
![](/img/docs/animated_gifs/func_editor_optional_params.gif)
{{< docs-imagebox img="/img/docs/v45/graphite_query3_still.png" class="docs-image--center"
animated-gif="/img/docs/v45/graphite_query3.gif" >}}
### Nested Queries