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

Runtime Information

Uptime {{.Birth}}

Build Information

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

Configuration

{{.Config}}

Rules

{{range .RuleManager.Rules}}{{.HTMLSnippet pathPrefix}}
{{end}}

Targets

{{$healthToClass := .TargetHealthToClass}} {{range $job, $pool := call .TargetPools}} {{range $pool}} {{end}} {{end}}
{{$job}}
Endpoint State Base Labels Last Scrape Error
{{.URL}} {{.Status.Health}} {{stripLabels .BaseLabels "job" "instance"}} {{if .Status.LastScrape.IsZero}}Never{{else}}{{since .Status.LastScrape}} ago{{end}} {{if .Status.LastError}} {{.Status.LastError}} {{end}}

Startup Flags

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