Skip to content

Open issues if the response times are too high #72

Discussion options

You must be logged in to vote

This is now added in upptime/uptime-monitor v1.15.0. You can set the maxResponseTime of each site like so:

sites:
  - name: Example
    url: https://example.com
    maxResponseTime: 5000

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"
  • On the README summary of a site, you can see "🟩 Up", "🟥 Down", or "🟨 Degraded"
  • On the overall summary of your README, you can see:
    • "🟩 All systems operational" if all your sites are up
    • "🟨 Degraded performance" if one or more sites are …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AnandChowdhary
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #72 on December 16, 2020 14:48.