// Code generated by qtc from "targets_response.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line lib/promscrape/targets_response.qtpl:1 package promscrape //line lib/promscrape/targets_response.qtpl:1 import ( "github.com/VictoriaMetrics/VictoriaMetrics/lib/prompbmarshal" "github.com/VictoriaMetrics/VictoriaMetrics/lib/promrelabel" "time" ) //line lib/promscrape/targets_response.qtpl:9 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line lib/promscrape/targets_response.qtpl:9 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line lib/promscrape/targets_response.qtpl:9 func StreamTargetsResponsePlain(qw422016 *qt422016.Writer, jts []jobTargetsStatuses, emptyJobs []string, showOriginLabels bool) { //line lib/promscrape/targets_response.qtpl:11 for _, js := range jts { //line lib/promscrape/targets_response.qtpl:11 qw422016.N().S(`job=`) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().Q(js.job) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().S(`(`) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().D(js.upCount) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().S(`/`) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().D(js.targetsTotal) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:12 qw422016.N().S(`up)`) //line lib/promscrape/targets_response.qtpl:13 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:14 for _, ts := range js.targetsStatus { //line lib/promscrape/targets_response.qtpl:15 qw422016.N().S("\t") //line lib/promscrape/targets_response.qtpl:15 qw422016.N().S(`state=`) //line lib/promscrape/targets_response.qtpl:16 if ts.up { //line lib/promscrape/targets_response.qtpl:16 qw422016.N().S(`up`) //line lib/promscrape/targets_response.qtpl:16 } else { //line lib/promscrape/targets_response.qtpl:16 qw422016.N().S(`down`) //line lib/promscrape/targets_response.qtpl:16 } //line lib/promscrape/targets_response.qtpl:16 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:16 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:16 qw422016.N().S(`endpoint=`) //line lib/promscrape/targets_response.qtpl:17 qw422016.N().S(ts.sw.Config.ScrapeURL) //line lib/promscrape/targets_response.qtpl:17 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:17 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:17 qw422016.N().S(`labels=`) //line lib/promscrape/targets_response.qtpl:18 qw422016.N().S(promLabelsString(promrelabel.FinalizeLabels(nil, ts.sw.Config.Labels))) //line lib/promscrape/targets_response.qtpl:18 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:18 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:19 if showOriginLabels { //line lib/promscrape/targets_response.qtpl:19 qw422016.N().S(`originalLabels=`) //line lib/promscrape/targets_response.qtpl:19 qw422016.N().S(promLabelsString(ts.sw.Config.OriginalLabels)) //line lib/promscrape/targets_response.qtpl:19 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:19 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:19 } //line lib/promscrape/targets_response.qtpl:19 qw422016.N().S(`scrapes_total=`) //line lib/promscrape/targets_response.qtpl:20 qw422016.N().D(ts.scrapesTotal) //line lib/promscrape/targets_response.qtpl:20 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:20 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:20 qw422016.N().S(`scrapes_failed=`) //line lib/promscrape/targets_response.qtpl:21 qw422016.N().D(ts.scrapesFailed) //line lib/promscrape/targets_response.qtpl:21 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:21 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:21 qw422016.N().S(`last_scrape=`) //line lib/promscrape/targets_response.qtpl:22 qw422016.N().FPrec(ts.getDurationFromLastScrape().Seconds(), 3) //line lib/promscrape/targets_response.qtpl:22 qw422016.N().S(`s ago,`) //line lib/promscrape/targets_response.qtpl:22 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:22 qw422016.N().S(`scrape_duration=`) //line lib/promscrape/targets_response.qtpl:23 qw422016.N().D(int(ts.scrapeDuration)) //line lib/promscrape/targets_response.qtpl:23 qw422016.N().S(`ms,`) //line lib/promscrape/targets_response.qtpl:23 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:23 qw422016.N().S(`samples_scraped=`) //line lib/promscrape/targets_response.qtpl:24 qw422016.N().D(ts.samplesScraped) //line lib/promscrape/targets_response.qtpl:24 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:24 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:24 qw422016.N().S(`error=`) //line lib/promscrape/targets_response.qtpl:25 if ts.err != nil { //line lib/promscrape/targets_response.qtpl:25 qw422016.N().S(ts.err.Error()) //line lib/promscrape/targets_response.qtpl:25 } //line lib/promscrape/targets_response.qtpl:26 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:27 } //line lib/promscrape/targets_response.qtpl:28 } //line lib/promscrape/targets_response.qtpl:30 for _, jobName := range emptyJobs { //line lib/promscrape/targets_response.qtpl:30 qw422016.N().S(`job=`) //line lib/promscrape/targets_response.qtpl:31 qw422016.N().Q(jobName) //line lib/promscrape/targets_response.qtpl:31 qw422016.N().S(`(0/0 up)`) //line lib/promscrape/targets_response.qtpl:32 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:33 } //line lib/promscrape/targets_response.qtpl:35 } //line lib/promscrape/targets_response.qtpl:35 func WriteTargetsResponsePlain(qq422016 qtio422016.Writer, jts []jobTargetsStatuses, emptyJobs []string, showOriginLabels bool) { //line lib/promscrape/targets_response.qtpl:35 qw422016 := qt422016.AcquireWriter(qq422016) //line lib/promscrape/targets_response.qtpl:35 StreamTargetsResponsePlain(qw422016, jts, emptyJobs, showOriginLabels) //line lib/promscrape/targets_response.qtpl:35 qt422016.ReleaseWriter(qw422016) //line lib/promscrape/targets_response.qtpl:35 } //line lib/promscrape/targets_response.qtpl:35 func TargetsResponsePlain(jts []jobTargetsStatuses, emptyJobs []string, showOriginLabels bool) string { //line lib/promscrape/targets_response.qtpl:35 qb422016 := qt422016.AcquireByteBuffer() //line lib/promscrape/targets_response.qtpl:35 WriteTargetsResponsePlain(qb422016, jts, emptyJobs, showOriginLabels) //line lib/promscrape/targets_response.qtpl:35 qs422016 := string(qb422016.B) //line lib/promscrape/targets_response.qtpl:35 qt422016.ReleaseByteBuffer(qb422016) //line lib/promscrape/targets_response.qtpl:35 return qs422016 //line lib/promscrape/targets_response.qtpl:35 } //line lib/promscrape/targets_response.qtpl:37 func StreamTargetsResponseHTML(qw422016 *qt422016.Writer, jts []jobTargetsStatuses, emptyJobs []string, onlyUnhealthy bool) { //line lib/promscrape/targets_response.qtpl:37 qw422016.N().S(`Scrape targets

Scrape targets

`) //line lib/promscrape/targets_response.qtpl:56 for i, js := range jts { //line lib/promscrape/targets_response.qtpl:57 if onlyUnhealthy && js.upCount == js.targetsTotal { //line lib/promscrape/targets_response.qtpl:57 continue //line lib/promscrape/targets_response.qtpl:57 } //line lib/promscrape/targets_response.qtpl:57 qw422016.N().S(`

`) //line lib/promscrape/targets_response.qtpl:60 qw422016.E().S(js.job) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().S(`(`) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().D(js.upCount) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().S(`/`) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().D(js.targetsTotal) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:60 qw422016.N().S(`up)

`) //line lib/promscrape/targets_response.qtpl:80 for _, ts := range js.targetsStatus { //line lib/promscrape/targets_response.qtpl:82 endpoint := ts.sw.Config.ScrapeURL targetID := getTargetID(ts.sw) lastScrapeTime := ts.getDurationFromLastScrape() //line lib/promscrape/targets_response.qtpl:86 if onlyUnhealthy && ts.up { //line lib/promscrape/targets_response.qtpl:86 continue //line lib/promscrape/targets_response.qtpl:86 } //line lib/promscrape/targets_response.qtpl:86 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:112 } //line lib/promscrape/targets_response.qtpl:112 qw422016.N().S(`
EndpointStateLabelsScrapesErrorsLast ScrapeDurationSamplesLast error
`) //line lib/promscrape/targets_response.qtpl:88 qw422016.E().S(endpoint) //line lib/promscrape/targets_response.qtpl:88 qw422016.N().S(` (response)`) //line lib/promscrape/targets_response.qtpl:91 if ts.up { //line lib/promscrape/targets_response.qtpl:91 qw422016.N().S(`UP`) //line lib/promscrape/targets_response.qtpl:91 } else { //line lib/promscrape/targets_response.qtpl:91 qw422016.N().S(`DOWN`) //line lib/promscrape/targets_response.qtpl:91 } //line lib/promscrape/targets_response.qtpl:91 qw422016.N().S(`
`) //line lib/promscrape/targets_response.qtpl:94 streamformatLabel(qw422016, promrelabel.FinalizeLabels(nil, ts.sw.Config.Labels)) //line lib/promscrape/targets_response.qtpl:94 qw422016.N().S(`
`) //line lib/promscrape/targets_response.qtpl:100 qw422016.N().D(ts.scrapesTotal) //line lib/promscrape/targets_response.qtpl:100 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:101 qw422016.N().D(ts.scrapesFailed) //line lib/promscrape/targets_response.qtpl:101 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:103 if lastScrapeTime < 365*24*time.Hour { //line lib/promscrape/targets_response.qtpl:104 qw422016.N().FPrec(lastScrapeTime.Seconds(), 3) //line lib/promscrape/targets_response.qtpl:104 qw422016.N().S(`s ago`) //line lib/promscrape/targets_response.qtpl:105 } else { //line lib/promscrape/targets_response.qtpl:105 qw422016.N().S(`none`) //line lib/promscrape/targets_response.qtpl:107 } //line lib/promscrape/targets_response.qtpl:107 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:108 qw422016.N().D(int(ts.scrapeDuration)) //line lib/promscrape/targets_response.qtpl:108 qw422016.N().S(`ms`) //line lib/promscrape/targets_response.qtpl:109 qw422016.N().D(ts.samplesScraped) //line lib/promscrape/targets_response.qtpl:109 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:110 if ts.err != nil { //line lib/promscrape/targets_response.qtpl:110 qw422016.E().S(ts.err.Error()) //line lib/promscrape/targets_response.qtpl:110 } //line lib/promscrape/targets_response.qtpl:110 qw422016.N().S(`
`) //line lib/promscrape/targets_response.qtpl:117 } //line lib/promscrape/targets_response.qtpl:119 for _, jobName := range emptyJobs { //line lib/promscrape/targets_response.qtpl:119 qw422016.N().S(`

`) //line lib/promscrape/targets_response.qtpl:122 qw422016.E().S(jobName) //line lib/promscrape/targets_response.qtpl:122 qw422016.N().S(`(0/0 up)

EndpointStateLabelsLast ScrapeScrape DurationSamples ScrapedError
`) //line lib/promscrape/targets_response.qtpl:138 } //line lib/promscrape/targets_response.qtpl:138 qw422016.N().S(``) //line lib/promscrape/targets_response.qtpl:141 } //line lib/promscrape/targets_response.qtpl:141 func WriteTargetsResponseHTML(qq422016 qtio422016.Writer, jts []jobTargetsStatuses, emptyJobs []string, onlyUnhealthy bool) { //line lib/promscrape/targets_response.qtpl:141 qw422016 := qt422016.AcquireWriter(qq422016) //line lib/promscrape/targets_response.qtpl:141 StreamTargetsResponseHTML(qw422016, jts, emptyJobs, onlyUnhealthy) //line lib/promscrape/targets_response.qtpl:141 qt422016.ReleaseWriter(qw422016) //line lib/promscrape/targets_response.qtpl:141 } //line lib/promscrape/targets_response.qtpl:141 func TargetsResponseHTML(jts []jobTargetsStatuses, emptyJobs []string, onlyUnhealthy bool) string { //line lib/promscrape/targets_response.qtpl:141 qb422016 := qt422016.AcquireByteBuffer() //line lib/promscrape/targets_response.qtpl:141 WriteTargetsResponseHTML(qb422016, jts, emptyJobs, onlyUnhealthy) //line lib/promscrape/targets_response.qtpl:141 qs422016 := string(qb422016.B) //line lib/promscrape/targets_response.qtpl:141 qt422016.ReleaseByteBuffer(qb422016) //line lib/promscrape/targets_response.qtpl:141 return qs422016 //line lib/promscrape/targets_response.qtpl:141 } //line lib/promscrape/targets_response.qtpl:143 func streamformatLabel(qw422016 *qt422016.Writer, labels []prompbmarshal.Label) { //line lib/promscrape/targets_response.qtpl:143 qw422016.N().S(`{`) //line lib/promscrape/targets_response.qtpl:145 for i, label := range labels { //line lib/promscrape/targets_response.qtpl:146 qw422016.E().S(label.Name) //line lib/promscrape/targets_response.qtpl:146 qw422016.N().S(`=`) //line lib/promscrape/targets_response.qtpl:146 qw422016.E().Q(label.Value) //line lib/promscrape/targets_response.qtpl:147 if i+1 < len(labels) { //line lib/promscrape/targets_response.qtpl:147 qw422016.N().S(`,`) //line lib/promscrape/targets_response.qtpl:147 qw422016.N().S(` `) //line lib/promscrape/targets_response.qtpl:147 } //line lib/promscrape/targets_response.qtpl:148 } //line lib/promscrape/targets_response.qtpl:148 qw422016.N().S(`}`) //line lib/promscrape/targets_response.qtpl:150 } //line lib/promscrape/targets_response.qtpl:150 func writeformatLabel(qq422016 qtio422016.Writer, labels []prompbmarshal.Label) { //line lib/promscrape/targets_response.qtpl:150 qw422016 := qt422016.AcquireWriter(qq422016) //line lib/promscrape/targets_response.qtpl:150 streamformatLabel(qw422016, labels) //line lib/promscrape/targets_response.qtpl:150 qt422016.ReleaseWriter(qw422016) //line lib/promscrape/targets_response.qtpl:150 } //line lib/promscrape/targets_response.qtpl:150 func formatLabel(labels []prompbmarshal.Label) string { //line lib/promscrape/targets_response.qtpl:150 qb422016 := qt422016.AcquireByteBuffer() //line lib/promscrape/targets_response.qtpl:150 writeformatLabel(qb422016, labels) //line lib/promscrape/targets_response.qtpl:150 qs422016 := string(qb422016.B) //line lib/promscrape/targets_response.qtpl:150 qt422016.ReleaseByteBuffer(qb422016) //line lib/promscrape/targets_response.qtpl:150 return qs422016 //line lib/promscrape/targets_response.qtpl:150 }