mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* Move files to prometheus-library * refactor core prometheus to use prometheus-library * modify client transport options * mock * have a type * import aliases * rename * call the right method * remove unrelated test from the library * update codeowners * go work sync * update go.work.sum * make swagger-clean && make openapi3-gen * add promlib to makefile * remove clilogger * Export the function * update unit test * add prometheus_test.go * fix mock type * use mapUtil from grafana-plugin-sdk-go
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "streams",
|
|
"result": [
|
|
{
|
|
"stream": {
|
|
"level": "error",
|
|
"location": "moon"
|
|
},
|
|
"values": [
|
|
[
|
|
"1645030244810757120",
|
|
"log line error 1"
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"stream": {
|
|
"level": "info",
|
|
"location": "moon"
|
|
},
|
|
"values": [
|
|
[
|
|
"1645030247027735040",
|
|
"log line info 1"
|
|
],
|
|
[
|
|
"1645030246277587968",
|
|
"log line info 2"
|
|
],
|
|
[
|
|
"1645030245539423744",
|
|
"log line info 3"
|
|
],
|
|
[
|
|
"1645030244091700992",
|
|
"log line info 4"
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"stats": {
|
|
"summary": {
|
|
"bytesProcessedPerSecond": 3507022,
|
|
"linesProcessedPerSecond": 24818,
|
|
"totalBytesProcessed": 7772,
|
|
"totalLinesProcessed": 55,
|
|
"execTime": 0.002216125
|
|
},
|
|
"store": {
|
|
"totalChunksRef": 2,
|
|
"totalChunksDownloaded": 2,
|
|
"chunksDownloadTime": 0.000390958,
|
|
"headChunkBytes": 0,
|
|
"headChunkLines": 0,
|
|
"decompressedBytes": 7772,
|
|
"decompressedLines": 55,
|
|
"compressedBytes": 31432,
|
|
"totalDuplicates": 0
|
|
},
|
|
"ingester": {
|
|
"totalReached": 0,
|
|
"totalChunksMatched": 0,
|
|
"totalBatches": 0,
|
|
"totalLinesSent": 0,
|
|
"headChunkBytes": 0,
|
|
"headChunkLines": 0,
|
|
"decompressedBytes": 0,
|
|
"decompressedLines": 0,
|
|
"compressedBytes": 0,
|
|
"totalDuplicates": 0
|
|
}
|
|
}
|
|
}
|
|
}
|