Aquib Baig
Aquib Baig
This is my solution to the quiz!
The route `mark_notifications_as_seen` returns a JsonResponse `true` rather than redirecting users to a new view. The functionality seems to work well, Just that a view should be rendered at the...
Let's have an initial folder structure for the GSoC idea "revamping the UI".
**Is your feature request related to a problem? Please describe.** As all of us might know, stack traces are very little useful in determining errors in golang, mostly if we...
When the host is down for some reason(mostly if the network is down), bench routes will alert for every route. What we want to have is to add a check...
We do not have to make network requests to the server everytime we wanna fetch something, cause if an endpoint has 10k routes, fetching 10k routes everytime with network requests...
Bench routes CLI is an easy way to get the state of your application in general, removing the hassle of going through the entire dashboard. There wont be graphs or...
It is good to have a metric which measures `query_time` of a particular query from our Querier for a datapoint stored in TSDB. This will not only help in performance...
Rather than throwing an error on the console on errors or just a "success" alert on success , let's send an appropriate message from the API and display it as...
The data queried from the service could be made available to be downloaded as `csv` or some other format.