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

Runtime Information

Uptime {{.Birth.UTC}}
Working Directory {{.CWD}}
Configuration reload {{if .ReloadConfigSuccess}}Successful{{else}}Failed{{end}}
Last successful configuration reload {{.LastConfigTime.UTC}}
Head chunks {{.ChunkCount}}
Head time series {{.TimeSeriesCount}}
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}}
{{end}}