{{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}} | 
      
    
    
    
      
        
          | 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}}
      
    
    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 
    
      
        
           | Name | Count | 
        {{ range .Stats.CardinalityLabelStats }}
        
          | {{.Name}} | {{.Count}} | 
        {{end}}
      
    
    Highest Cardinality Metric Names
    
        
          
             | Name | Count | 
          {{ range .Stats.CardinalityMetricsStats }}
          
            | {{.Name}} | {{.Count}} | 
          {{end}}
        
      
      Label Names With Highest Cumulative Label Value Length
      
          
            
               | Name | Length | 
            {{ range .Stats.LabelValueStats }}
            
              | {{.Name}} | {{.Count}} | 
            {{end}}
          
        
        Most Common Label Pairs
        
            
              
                 | Name | Count | 
              {{ range .Stats.LabelValuePairsStats }}
              
                | {{.Name}} | {{.Count}} | 
              {{end}}
            
        
   
{{end}}