You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could request a JSON and get some data from it to plot on a line graph. For example, we could have a section called "Request Rate" which calls /api/v1/stats/requests which returns {"1m": 1000} and you can specify the 1m value.
It would be great if we could request a JSON and get some data from it to plot on a line graph. For example, we could have a section called "Request Rate" which calls
/api/v1/stats/requests
which returns {"1m": 1000} and you can specify the1m
value.A good example of what this would look like is Reddit's Status Page - https://redditstatus.com/
The text was updated successfully, but these errors were encountered: