Chore: Upgrade grafana-plugin-sdk-go to v0.137.0 (#50443)

Co-authored-by: Todd Treece <todd.treece@grafana.com>
This commit is contained in:
Marcus Efraimsson
2022-06-09 10:10:58 +02:00
committed by GitHub
parent 0bd12ab531
commit cddab15769
6 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ func checkTestData(t *testing.T, file string) *backend.DataResponse {
dr.Frames = append(dr.Frames, w.Frame())
}
experimental.CheckGoldenJSONResponse(t, "testdata", file, dr, true)
experimental.CheckGoldenJSONResponse(t, "testdata", file, dr, false)
return dr
}

View File

@@ -8,10 +8,10 @@
// | Labels: | Labels: | Labels: | Labels: | Labels: |
// | Type: []string | Type: []time.Time | Type: []*float64 | Type: []*float64 | Type: []*string |
// +----------------+-------------------------------+------------------+------------------+-----------------+
// | host=A | 2021-03-22 04:51:30 -0400 EDT | 0 | null | aaa |
// | host=B | 2021-03-22 04:51:30 -0400 EDT | null | 0 | bbb |
// | host=A | 2021-03-22 04:51:31 -0400 EDT | null | 0 | ccc |
// | host=B | 2021-03-22 04:51:31 -0400 EDT | 0 | null | 1 |
// | host=A | 2021-03-22 08:51:30 +0000 UTC | 0 | null | aaa |
// | host=B | 2021-03-22 08:51:30 +0000 UTC | null | 0 | bbb |
// | host=A | 2021-03-22 08:51:31 +0000 UTC | null | 0 | ccc |
// | host=B | 2021-03-22 08:51:31 +0000 UTC | 0 | null | 1 |
// +----------------+-------------------------------+------------------+------------------+-----------------+
//
//