We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert 7728db60b0958e7f06465478424d1e505483f7d1...711a9f111fa12bf16261877b9ae24e6169a874aa on Cookbook: Prometheus integration
I was wrong. The library automatically converts native time units to the time unit specificed in the metirc name. Hidden automagic...
`System.monotonic_time()`is not seconds, but native time units. They have to be converted. Convert to milliseconds and use millisecond buckets. Only integer times are returned from the conversion, so using seconds is not practical here.
Created Cookbook: Prometheus integration (markdown)