mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-12 23:33:54 -05:00
Currently, running promtool tsdb analyze with the --extended flag will cause an 'index out of range' error if running it against a block that does not have any native histogram chunks. This change ensures that promtool won't try to display data that doesn't exist. Signed-off-by: Will Hegedus <whegedus@linode.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| analyze.go | ||
| analyze_test.go | ||
| archive.go | ||
| backfill.go | ||
| backfill_test.go | ||
| debug.go | ||
| main.go | ||
| main_test.go | ||
| metrics.go | ||
| query.go | ||
| rules.go | ||
| rules_test.go | ||
| sd.go | ||
| sd_test.go | ||
| tsdb.go | ||
| tsdb_test.go | ||
| unittest.go | ||
| unittest_test.go | ||