1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00
Files
Will Rouesnel 0e4c3ce395 Update all dependencies.
* Switch to using kingpin for CLI interface as upstream Prometheus has moved
  that way too.
2017-10-26 19:27:29 +11:00
..
2017-10-26 19:27:29 +11:00
2017-10-26 19:27:29 +11:00
2017-10-26 19:27:29 +11:00
2017-10-26 19:27:29 +11:00
2017-10-26 19:27:29 +11:00
2017-10-26 19:27:29 +11:00

Units - Helpful unit multipliers and functions for Go

The goal of this package is to have functionality similar to the time package.

It allows for code like this:

n, err := ParseBase2Bytes("1KB")
// n == 1024
n = units.Mebibyte * 512