Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Samstiles/504efdf2032e8ff15157 to your computer and use it in GitHub Desktop.
Save Samstiles/504efdf2032e8ff15157 to your computer and use it in GitHub Desktop.
{
"queryType": "timeseries",
"dataSource": "testing",
"intervals": ["1980-01-01/2100-01-01"],
"granularity": "all",
"filter": {
"type": "selector",
"dimension": "event-type",
"value": "resource-conversation-end-instance"
},
"aggregations": [{
"type": "longSum",
"fieldName": "count",
"name": "count"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment