mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-03 03:31:00 +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