mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Convert Azure Application Insights datasource to Go Allows for alerting of Application Insights data source Closes: #15153 * Fix timeGrainReset * Default time interval for querys for alerts * Fix a few rename related bugs * Update readme to indicate App Insights alerting * Fix typo and add tests to ensure migration is happening * Address code review feedback (mostly typos and unintended changes)
46 lines
923 B
JSON
46 lines
923 B
JSON
{
|
|
"value": {
|
|
"start": "2019-09-13T01:02:03.456789Z",
|
|
"end": "2019-09-13T03:02:03.456789Z",
|
|
"interval": "PT1H",
|
|
"segments": [
|
|
{
|
|
"start": "2019-09-13T01:02:03.456789Z",
|
|
"end": "2019-09-13T02:02:03.456789Z",
|
|
"segments": [
|
|
{
|
|
"value": {
|
|
"avg": 1
|
|
},
|
|
"blob": "a"
|
|
},
|
|
{
|
|
"value": {
|
|
"avg": 3
|
|
},
|
|
"blob": "b"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"start": "2019-09-13T02:02:03.456789Z",
|
|
"end": "2019-09-13T03:02:03.456789Z",
|
|
"segments": [
|
|
{
|
|
"value": {
|
|
"avg": 2
|
|
},
|
|
"blob": "a"
|
|
},
|
|
{
|
|
"value": {
|
|
"avg": 4
|
|
},
|
|
"blob": "b"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|