{{define "head"}}{{end}}
{{define "content"}}
Build Info
{{range $key, $value := .BuildInfo}}
{{$key}} |
{{$value}} |
{{end}}
Configuration
Rules
{{.Rules}}
Targets
{{range $job, $pool := .TargetPools}}
- {{$job}}
{{range $pool.Targets}}
-
{{.Address}} (State: {{.State}}, Base Labels: {{.BaseLabels}})
{{if .LastError}}
Scrape error: "{{.LastError}}"
{{end}}
{{end}}
{{end}}
Curation
Active |
{{.Curation.Active}} |
{{if .Curation.Active}}
Processor Name |
{{.Curation.Name}} |
Recency Limit |
{{.Curation.Limit}} |
Current Fingerprint |
{{.Curation.Fingerprint}} |
{{end}}
Startup Flags
{{range $key, $value := .Flags}}
{{$key}} |
{{$value}} |
{{end}}
{{end}}