-
On the "Management" page of the dashboard, there is a 'system information' block (two columns it looks like). The 'uptime' line is constantly refreshed (every second). A zero-value is not printed, nor…
-
It would be nice if clickhouse-backup could somehow preserve metrics between restarts. This would help with alerting:
Imagine alerting on last backup date:
```yaml
- alert: ClickHouseBackupLast…
nahsi updated
3 years ago
-
# 🙋 Feature Request
It would be nice if we can have a `humanizeDurationParts` that can return the parts of the computed humanized duration.
## 🤔 Expected Behavior
`humanizeDurationParts` would r…
-
`humanizeDuration(new Date(2021, 8, 1, 12).getTime()-new Date().getTime()`
// returns: 2 months, 1 day, 6 hours, 3 minutes, 48.313 seconds
Today is 1st of July. In a month time, it will be 1st of …
-
As a user I monitor routinator with prometheus. While routinator is starting up it returns a HTTP 503 "Initial validation ongoing. Please wait.". This causes prometheus to think the service is down an…
-
When using a `shortEnglishHumanizer` as per your docs, I would like it to render as follows :
```
shortEnglishHumanizer(15600000); // '4h, 20m'
```
instead of
```
shortEnglishHumanizer(15600000…
-
I'm not entirely sure if this qualifies as a bug, but it wasn't what I expected.
#### Code:
```javascript
var humanizeDuration = require("humanize-duration")
humanizeDuration(
90005000, {
…
-
- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate.
![image](https://user-images.githubusercontent.com/24320882/102302…
-
😢
https://github.com/EvanHahn/HumanizeDuration.js/commit/78416e982ea280d7a84194eb3f83fb7c98e00840
-
**Is your feature request related to a problem? Please describe.**
We visually display media durations with a colon delimiter separating the units of time e.g. 1:00 - This is 1 minute and zero second…