mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-28 10:01:01 +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