mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
a246381879
* loki: backend-mode: add stats support * refactor: rename variable
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {
|
|
"level": "error",
|
|
"location": "moon"
|
|
},
|
|
"values": [
|
|
[1639125366.989, "0.4"],
|
|
[1639125406.989, "0.2"]
|
|
]
|
|
},
|
|
{
|
|
"metric": {
|
|
"level": "info",
|
|
"location": "mars"
|
|
},
|
|
"values": [
|
|
[1639125386.989, "0.6"],
|
|
[1639125396.989, "0.8"]
|
|
]
|
|
}
|
|
],
|
|
"stats": {
|
|
"summary": {
|
|
"bytesProcessedPerSecond": 3507022,
|
|
"linesProcessedPerSecond": 24818,
|
|
"totalBytesProcessed": 7772,
|
|
"totalLinesProcessed": 55,
|
|
"execTime": 0.002216125
|
|
},
|
|
"store": {
|
|
"totalChunksRef": 2,
|
|
"totalChunksDownloaded": 3,
|
|
"chunksDownloadTime": 0.000390958,
|
|
"headChunkBytes": 4,
|
|
"headChunkLines": 5,
|
|
"decompressedBytes": 7772,
|
|
"decompressedLines": 55,
|
|
"compressedBytes": 31432,
|
|
"totalDuplicates": 6
|
|
},
|
|
"ingester": {
|
|
"totalReached": 7,
|
|
"totalChunksMatched": 8,
|
|
"totalBatches": 9,
|
|
"totalLinesSent": 10,
|
|
"headChunkBytes": 11,
|
|
"headChunkLines": 12,
|
|
"decompressedBytes": 13,
|
|
"decompressedLines": 14,
|
|
"compressedBytes": 15,
|
|
"totalDuplicates": 16
|
|
}
|
|
}
|
|
}
|
|
}
|