loki: alerting: do not round timestamps to seconds (#45057)

This commit is contained in:
Gábor Farkas
2022-02-10 12:53:46 +01:00
committed by GitHub
parent ca311bf94f
commit 96ae44ee2c
8 changed files with 94 additions and 55 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"level": "error"
},
"values": [
[1639125366.511, "0.4"],
[1639125406.512, "0.2"],
[1639125416.513, "0.2"],
[1639125466.514, "0.6"]
]
}
]
}
}