Open issues if the response times are too high #72
-
Similar to the current "🛑 Endpoint is down" issues, a warning issue for large response times saying ":warning: Endpoint is experiencing degraded performance" would be nice. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Sounds like a good idea! |
Beta Was this translation helpful? Give feedback.
-
This is now added in upptime/uptime-monitor v1.15.0. You can set the sites:
- name: Example
url: https://example.com
maxResponseTime: 5000 In the above example,
I hope this solves your use case! 😄 |
Beta Was this translation helpful? Give feedback.
-
Wow! thanks a lot! this awesome 🚀 |
Beta Was this translation helpful? Give feedback.
-
This doesn't seem to be documented yet |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reminder, all done! |
Beta Was this translation helpful? Give feedback.
This is now added in upptime/uptime-monitor v1.15.0. You can set the
maxResponseTime
of each site like so:In the above example,
5000
[ms] means that if the response time is greater than 5 seconds, mark the site as "degraded performance". Some interesting changes:status
(in the API, commits, README, etc.,) can now be "up", "down", or "degraded", rather than only "up" or "down"