Skip to content

Commit

Permalink
Update telemetry-stack-update-qos-interface-statistics-example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainCyr committed Aug 9, 2023
1 parent f4cd7d9 commit 814d92c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@ The dashboard can be displayed for one specific device and one or more interface
![variables_dashboard_settings.png]({{site.baseurl}}/images/variables_dashboard_settings.png)


The variables are then used in the queries to filter the result. For example this is how to filter for a specific device. `|> filter(fn: (r) => r["source"] == "${device}")`
The variables are then used in the queries to filter the result. For example this is how to filter for a specific device using the value of the *${device}* variable. `|> filter(fn: (r) => r["source"] == "${device}")`

0 comments on commit 814d92c

Please sign in to comment.