blob: aef1bb8cbb54ef167a629d817b504736c7cebd67 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "IMAP mail sycn",
"description": "Measures performance of the imap mail sync",
"columns": [
{ "name": "sync", "type": "float", "unit": "ms" },
{ "name": "total", "type": "float", "unit": "ms" },
{ "name": "resync", "type": "float", "unit": "ms" },
{ "name": "resynctotal", "type": "float", "unit": "ms" }
]
}
|