prometheus/util/runtime
Julien Pivotto 8b4318ad34 util/runtime: cast Blocks to uint64 to fix type mismatch on different architectures
On some GOOS (e.g. dragonfly), statfs.Blocks is int64, which can
cause a type mismatch when multiplied with Bsize. Cast both operands to
uint64 explicitly.

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
2026-02-27 15:49:17 +01:00
..
limits_default.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
limits_windows.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
statfs.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
statfs_default.go util/runtime: cast Blocks to uint64 to fix type mismatch on different architectures 2026-02-27 15:49:17 +01:00
statfs_linux_386.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
statfs_uint32.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
statfs_unix_test.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
statfs_windows.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
statfs_windows_test.go Add storage.tsdb.retention.percentage config 2026-02-24 15:27:45 +01:00
uname_default.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
uname_linux.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
vmlimits_default.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
vmlimits_openbsd.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00