Chore: Update SDK to v0.145.0 with TimeSeriesMulti Constant (#59729)
This commit is contained in:
@@ -688,7 +688,7 @@ func deviation(values []float64) float64 {
|
||||
func newDataFrame(name string, typ string, fields ...*data.Field) *data.Frame {
|
||||
frame := data.NewFrame(name, fields...)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: data.FrameTypeTimeSeriesMany,
|
||||
Type: data.FrameTypeTimeSeriesMulti,
|
||||
Custom: map[string]string{
|
||||
"resultType": typ, // Note: SSE depends on this property and map type
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -35,7 +35,7 @@
|
||||
"schema": {
|
||||
"name": "histogram_quantile(0.95, sum(rate(tns_request_duration_seconds_bucket[1m0s])) by (le))",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -28,7 +28,7 @@
|
||||
"schema": {
|
||||
"name": "1 / 0",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -28,7 +28,7 @@
|
||||
"schema": {
|
||||
"name": "go_goroutines{job=\"prometheus\"}",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -28,7 +28,7 @@
|
||||
"schema": {
|
||||
"name": "{handler=\"/api/v1/query_range\", job=\"prometheus\"}",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// },
|
||||
@@ -48,7 +48,7 @@
|
||||
"schema": {
|
||||
"name": "prometheus_http_requests_total{code=\"200\", handler=\"/api/v1/query_range\", job=\"prometheus\"}",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
@@ -102,7 +102,7 @@
|
||||
"schema": {
|
||||
"name": "prometheus_http_requests_total{code=\"400\", handler=\"/api/v1/query_range\", job=\"prometheus\"}",
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user