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
+1
View File
@@ -30,6 +30,7 @@ func TestSuccessResponse(t *testing.T) {
{name: "parse a matrix response with NaN", filepath: "matrix_nan"},
// you can produce Infinity by using `quantile_over_time(42,` (value larger than 1)
{name: "parse a matrix response with Infinity", filepath: "matrix_inf"},
{name: "parse a matrix response with very small step value", filepath: "matrix_small_step"},
}
for _, test := range tt {