Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created September 9, 2015 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heinrichvk/2643db17a2ed945daa38 to your computer and use it in GitHub Desktop.
Save heinrichvk/2643db17a2ed945daa38 to your computer and use it in GitHub Desktop.
getMetrics
<#assign metrics = getMetrics("${entity}") >
<#list metrics as metric>
[series]
label = ${metric}
entity = ${entity}
metric = ${metric}
statistic = avg
period = 10 minute
</#list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment