![JAR search and dependency download from the Maven repository](/logo.png)
grafana_5.2.4.target_body.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loadcoder-cluster Show documentation
Show all versions of loadcoder-cluster Show documentation
This project contains the core features in Loadcoder
{
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "/^$Execution$/",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT mean(\"value\") as \"${transactionid}\" FROM /^$Execution$/ WHERE (\"transaction\" = '${transactionid}') AND $timeFilter GROUP BY time($__interval) fill(null)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "transaction",
"operator": "=",
"value": "${transactionid}"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy