Sudden increase in 422 errors?

We’re seeing a large number of our graphs fail due to the Grafana AJAX request failing ever since the outage several hours ago. The requests for these charts are failing with a 422 Unprocessable Entity error claiming that target is a required field, when it’s in the POST request and has been working without issue.

Has anyone else been experiencing this issue as well?

Request URL: https://grafana.<url>/api/datasources/proxy/2/render
Request Method: POST
target=countSeries(seriesByTag('name%3Dsystem.load1'%2C'stack%3D~.*')%20%7C%20groupByTags('count'%2C%20'cluster'%2C%20'stack'))&from=-24h&until=now&format=json&maxDataPoints=1
[
{
"fieldNames": [
"target"
],
"classification": "RequiredError",
"message": "Required"
}
]