2019-05-22 21:16:55 +00:00
|
|
|
// Code generated by qtc from "labels_response.qtpl". DO NOT EDIT.
|
|
|
|
// See https://github.com/valyala/quicktemplate for details.
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:3
|
2019-05-22 21:16:55 +00:00
|
|
|
package prometheus
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:3
|
|
|
|
import (
|
|
|
|
"github.com/VictoriaMetrics/VictoriaMetrics/lib/querytracer"
|
|
|
|
)
|
|
|
|
|
|
|
|
// LabelsResponse generates response for /api/v1/labels .See https://prometheus.io/docs/prometheus/latest/querying/api/#getting-label-names
|
|
|
|
|
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:9
|
2019-05-22 21:16:55 +00:00
|
|
|
import (
|
|
|
|
qtio422016 "io"
|
|
|
|
|
|
|
|
qt422016 "github.com/valyala/quicktemplate"
|
|
|
|
)
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:9
|
2019-05-22 21:16:55 +00:00
|
|
|
var (
|
|
|
|
_ = qtio422016.Copy
|
|
|
|
_ = qt422016.AcquireByteBuffer
|
|
|
|
)
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:9
|
2022-06-08 18:05:17 +00:00
|
|
|
func StreamLabelsResponse(qw422016 *qt422016.Writer, labels []string, qt *querytracer.Tracer) {
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:9
|
2019-05-22 21:16:55 +00:00
|
|
|
qw422016.N().S(`{"status":"success","data":[`)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:13
|
2019-05-22 21:16:55 +00:00
|
|
|
for i, label := range labels {
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:14
|
2019-05-22 21:16:55 +00:00
|
|
|
qw422016.N().Q(label)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:15
|
2019-05-22 21:16:55 +00:00
|
|
|
if i+1 < len(labels) {
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:15
|
2019-05-22 21:16:55 +00:00
|
|
|
qw422016.N().S(`,`)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:15
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:16
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:16
|
|
|
|
qw422016.N().S(`]`)
|
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:19
|
|
|
|
qt.Printf("generate response for %d labels", len(labels))
|
2022-06-08 18:05:17 +00:00
|
|
|
qt.Done()
|
2022-05-31 23:29:19 +00:00
|
|
|
|
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:22
|
|
|
|
streamdumpQueryTrace(qw422016, qt)
|
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:22
|
|
|
|
qw422016.N().S(`}`)
|
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2022-06-08 18:05:17 +00:00
|
|
|
func WriteLabelsResponse(qq422016 qtio422016.Writer, labels []string, qt *querytracer.Tracer) {
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2022-06-08 18:05:17 +00:00
|
|
|
StreamLabelsResponse(qw422016, labels, qt)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|
|
|
|
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2022-06-08 18:05:17 +00:00
|
|
|
func LabelsResponse(labels []string, qt *querytracer.Tracer) string {
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2022-06-08 18:05:17 +00:00
|
|
|
WriteLabelsResponse(qb422016, labels, qt)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
return qs422016
|
2022-05-31 23:29:19 +00:00
|
|
|
//line app/vmselect/prometheus/labels_response.qtpl:24
|
2019-05-22 21:16:55 +00:00
|
|
|
}
|