Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Convert Prometheus floating point numbers correctly to int
Prometheus returns floats as strings, e.g., `16.5` is a valid idletime. This breaks the `int()` parsing since it can't handle floats as strings.
- Loading branch information