{{define "head"}}{{end}} {{define "content"}}

Runtime Information

Uptime {{.Status.Birth.UTC}}

Build Information

{{range $key, $value := .Info}} {{end}}
{{$key}} {{$value}}

Configuration

{{.Status.Config}}

Rules

{{range call .Status.Rules}}{{.HTMLSnippet pathPrefix}}
{{end}}

Targets

{{range $job, $pool := call .Status.TargetPools}} {{range $pool}} {{end}} {{end}}
{{$job}}
Endpoint State Labels Last Scrape Error
{{.URL.Scheme}}://{{.URL.Host}}{{.URL.Path}}
{{range $label, $values := .URL.Query }} {{range $i, $value := $values}} {{$label}}="{{$value}}" {{end}} {{end}}
{{.Health}} {{$labels := stripLabels .Labels "job" "instance"}} {{range $label, $value := $labels}} {{$label}}="{{$value}}" {{else}} none {{end}} {{if .LastScrape.IsZero}}Never{{else}}{{since .LastScrape}} ago{{end}} {{if .LastError}} {{.LastError}} {{end}}

Startup Flags

{{range $key, $value := .Status.Flags}} {{end}}
{{$key}} {{$value}}
{{end}}