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

Runtime Information

Uptime {{.Birth}}
Working Directory {{.CWD}}
Configuration reload {{if .ReloadConfigSuccess}}Successful{{else}}Failed{{end}}
Last successful configuration reload {{.LastConfigTime}}
WAL corruptions {{.CorruptionCount}}
Goroutines {{.GoroutineCount}}
GOMAXPROCS {{.GOMAXPROCS}}
GOGC {{.GOGC}}
GODEBUG {{.GODEBUG}}
Storage Retention {{.StorageRetention}}

Build Information

Version {{.Version.Version}}
Revision {{.Version.Revision}}
Branch {{.Version.Branch}}
BuildUser {{.Version.BuildUser}}
BuildDate {{.Version.BuildDate}}
GoVersion {{.Version.GoVersion}}

Alertmanagers

{{range .Alertmanagers}} {{/* Alertmanager URLs always have Scheme, Host and Path set */}} {{end}}
Endpoint
{{.Scheme}}://{{.Host}}{{.Path}}

Head Stats

Number Of Series Number of Chunks Current Min Time Current Max Time
{{ .NumSeries}} {{.ChunkCount}} {{ .MinTime | unixToTime }} ({{ .MinTime }}) {{ .MaxTime | unixToTime }} ({{ .MaxTime }})
Total Query Time: {{ .Duration }} Seconds

Highest Cardinality Labels

{{ range .Stats.CardinalityLabelStats }} {{end}}
Name Count
{{.Name}} {{.Count}}

Highest Cardinality Metric Names

{{ range .Stats.CardinalityMetricsStats }} {{end}}
Name Count
{{.Name}} {{.Count}}

Label Names With Highest Cumulative Label Value Length

{{ range .Stats.LabelValueStats }} {{end}}
Name Length
{{.Name}} {{.Count}}

Most Common Label Pairs

{{ range .Stats.LabelValuePairsStats }} {{end}}
Name Count
{{.Name}} {{.Count}}
{{end}}