grafana_5.2.4.grafana_target_body_template.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loadcoder-result Show documentation
Show all versions of loadcoder-result Show documentation
This project contains the result related features of Loadcoder
{
"groupBy": [{
"params": [
"$__interval"
],
"type": "time"
}, {
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "${measurement_name}",
"orderByTime": "ASC",
"policy": "default",
"refId": "${refid}",
"resultFormat": "time_series",
"select": [
[{
"params": [
"value"
],
"type": "field"
}, {
"params": [],
"type": "${select_type}"
}
]
],
"tags": [
${tags}
]
}