mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-28 01:51:02 +02:00
fixes: https://github.com/prometheus/tsdb/issues/426 Using `filepath.Join()` instead of strings containing forward slash path delimiters (needed for non-*nix OSes), as suggested by @krasi-georgiev
TODO:
- add tabular output
- break commands in separate files