Why does it have the result abandon at 12.00 a.m
{
"results": [
{
"group": {
"mediaType": "chat",
"queueId": "5027ca39-d128-4c9a-b5ce-8c8522c2b7a9"
},
"data": [
{
"interval": "2022-06-20T00:00:00.000+08:00/2022-06-20T00:15:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 3564424,
"min": 3564424,
"count": 1,
"sum": 3564424
}
}
]
}
]
},
{
"group": {
"mediaType": "chat",
"queueId": "66f68bf8-283f-435f-b11c-2bf3f24e84f5"
},
"data": [
{
"interval": "2022-06-20T00:00:00.000+08:00/2022-06-20T00:15:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32447670,
"min": 32411950,
"count": 3,
"sum": 97272157
}
}
]
},
{
"interval": "2022-06-20T00:15:00.000+08:00/2022-06-20T00:30:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32458703,
"min": 32434015,
"count": 3,
"sum": 97338186
}
}
]
},
{
"interval": "2022-06-20T00:30:00.000+08:00/2022-06-20T00:45:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32455973,
"min": 32418948,
"count": 6,
"sum": 194611425
}
}
]
}
]
},
{
"group": {
"mediaType": "chat",
"queueId": "df687101-ad8c-4d32-a003-c743764e5e6e"
},
"data": [
{
"interval": "2022-06-20T00:00:00.000+08:00/2022-06-20T00:15:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32459259,
"min": 32409595,
"count": 3,
"sum": 97316918
}
}
]
},
{
"interval": "2022-06-20T00:15:00.000+08:00/2022-06-20T00:30:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32411995,
"min": 32408849,
"count": 2,
"sum": 64820844
}
}
]
},
{
"interval": "2022-06-20T00:30:00.000+08:00/2022-06-20T00:45:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32456980,
"min": 32434929,
"count": 5,
"sum": 162228881
}
}
]
}
]
},
{
"group": {
"mediaType": "chat",
"queueId": "c3acf412-0757-4e1e-a0be-b05137caa623"
},
"data": [
{
"interval": "2022-06-20T00:15:00.000+08:00/2022-06-20T00:30:00.000+08:00",
"metrics": [
{
"metric": "tAbandon",
"stats": {
"max": 32434461,
"min": 32431970,
"count": 2,
"sum": 64866431
}
}
]
}
]
}
]
}
As the image below is stated with highlight 20/6/2022 0:00 has no abandon count at all.
This is request body :-
{
"interval": "2022-06-19T16:00:00/2022-06-19T16:15:00",
"granularity": "PT15M",
"timeZone": "Asia/Kuala_Lumpur",
"groupBy": ["queueId"],
"filter":{
"type":"and",
"predicates":[
{
"type": "dimension",
"dimension":"mediaType",
"operator": "matches",
"value": "chat"
}]
},
"metrics": ["tAbandon"]
}
Can you explain this?