{{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}} |
Version |
{{.Version.Version}} |
Revision |
{{.Version.Revision}} |
Branch |
{{.Version.Branch}} |
BuildUser |
{{.Version.BuildUser}} |
BuildDate |
{{.Version.BuildDate}} |
GoVersion |
{{.Version.GoVersion}} |
Alertmanagers
Endpoint |
{{range .Alertmanagers}}
{{/* Alertmanager URLs always have Scheme, Host and Path set */}}
{{.Scheme}}://{{.Host}}{{.Path}} |
{{end}}
{{end}}