2019-05-22 21:16:55 +00:00
|
|
|
// Code generated by qtc from "query_response.qtpl". DO NOT EDIT.
|
|
|
|
// See https://github.com/valyala/quicktemplate for details.
|
|
|
|
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:1
|
|
|
|
package prometheus
|
|
|
|
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:1
|
|
|
|
import (
|
|
|
|
"github.com/VictoriaMetrics/VictoriaMetrics/app/vmselect/netstorage"
|
2023-03-27 22:11:40 +00:00
|
|
|
"github.com/VictoriaMetrics/VictoriaMetrics/app/vmselect/promql"
|
2022-05-31 23:29:19 +00:00
|
|
|
"github.com/VictoriaMetrics/VictoriaMetrics/lib/querytracer"
|
2019-05-22 21:16:55 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// QueryResponse generates response for /api/v1/query.See https://prometheus.io/docs/prometheus/latest/querying/api/#instant-queries
|
|
|
|
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:10
|
2019-05-22 21:16:55 +00:00
|
|
|
import (
|
|
|
|
qtio422016 "io"
|
|
|
|
|
|
|
|
qt422016 "github.com/valyala/quicktemplate"
|
|
|
|
)
|
|
|
|
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:10
|
2019-05-22 21:16:55 +00:00
|
|
|
var (
|
|
|
|
_ = qtio422016.Copy
|
|
|
|
_ = qt422016.AcquireByteBuffer
|
|
|
|
)
|
|
|
|
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:10
|
|
|
|
func StreamQueryResponse(qw422016 *qt422016.Writer, rs []netstorage.Result, qt *querytracer.Tracer, qtDone func(), qs *promql.QueryStats) {
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:10
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`{`)
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:12
|
2022-05-31 23:29:19 +00:00
|
|
|
seriesCount := len(rs)
|
|
|
|
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:12
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`"status":"success","data":{"resultType":"vector","result":[`)
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:17
|
2019-05-22 21:16:55 +00:00
|
|
|
if len(rs) > 0 {
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:17
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`{"metric":`)
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:19
|
2019-05-22 21:16:55 +00:00
|
|
|
streammetricNameObject(qw422016, &rs[0].MetricName)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:19
|
2023-03-27 22:11:40 +00:00
|
|
|
qw422016.N().S(`,"value":`)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:20
|
2019-05-22 21:16:55 +00:00
|
|
|
streammetricRow(qw422016, rs[0].Timestamps[0], rs[0].Values[0])
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:20
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`}`)
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:22
|
2019-05-22 21:16:55 +00:00
|
|
|
rs = rs[1:]
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:23
|
2023-03-27 22:11:40 +00:00
|
|
|
for i := range rs {
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
r := &rs[i]
|
|
|
|
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:24
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`,{"metric":`)
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:26
|
2019-05-22 21:16:55 +00:00
|
|
|
streammetricNameObject(qw422016, &r.MetricName)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:26
|
2023-03-27 22:11:40 +00:00
|
|
|
qw422016.N().S(`,"value":`)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:27
|
2019-05-22 21:16:55 +00:00
|
|
|
streammetricRow(qw422016, r.Timestamps[0], r.Values[0])
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:27
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`}`)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:29
|
2023-03-27 22:11:40 +00:00
|
|
|
}
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:30
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
2023-03-27 22:11:40 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:30
|
2023-11-01 16:52:56 +00:00
|
|
|
qw422016.N().S(`]},"stats":{`)
|
2023-11-01 15:42:51 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:35
|
2023-11-01 16:52:56 +00:00
|
|
|
// seriesFetched is string instead of int because of historical reasons.
|
|
|
|
// It cannot be converted to int without breaking backwards compatibility at vmalert :(
|
|
|
|
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:37
|
|
|
|
qw422016.N().S(`"seriesFetched": "`)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:38
|
|
|
|
qw422016.N().DL(qs.SeriesFetched)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:38
|
|
|
|
qw422016.N().S(`","executionTimeMsec":`)
|
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:39
|
2023-11-01 15:42:51 +00:00
|
|
|
qw422016.N().DL(qs.ExecutionTimeMsec)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:39
|
2023-11-01 15:42:51 +00:00
|
|
|
qw422016.N().S(`}`)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:42
|
2022-05-31 23:29:19 +00:00
|
|
|
qt.Printf("generate /api/v1/query response for series=%d", seriesCount)
|
|
|
|
qtDone()
|
|
|
|
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:45
|
2022-05-31 23:29:19 +00:00
|
|
|
streamdumpQueryTrace(qw422016, qt)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:45
|
2022-05-31 23:29:19 +00:00
|
|
|
qw422016.N().S(`}`)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
|
|
|
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2023-03-27 22:11:40 +00:00
|
|
|
func WriteQueryResponse(qq422016 qtio422016.Writer, rs []netstorage.Result, qt *querytracer.Tracer, qtDone func(), qs *promql.QueryStats) {
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2023-03-27 22:11:40 +00:00
|
|
|
StreamQueryResponse(qw422016, rs, qt, qtDone, qs)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
|
|
|
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2023-03-27 22:11:40 +00:00
|
|
|
func QueryResponse(rs []netstorage.Result, qt *querytracer.Tracer, qtDone func(), qs *promql.QueryStats) string {
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2023-03-27 22:11:40 +00:00
|
|
|
WriteQueryResponse(qb422016, rs, qt, qtDone, qs)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
return qs422016
|
2023-11-01 16:52:56 +00:00
|
|
|
//line app/vmselect/prometheus/query_response.qtpl:47
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|