Grafana stopped presenting Rails JSON endpoints data
Where previously we were able to monitor Projects::MergeRequestsController#show.json endpoint, now we get no data. Apparently it happenned with the majority of Rails .json endpoints.
Although Projects::MergeRequestsController#show monitoring still works, for instance, it mixes json, html, patch and diff requests data.
I'm not sure what the cause is ATM.