Hi!
The EditCheck metrics seem to be dropped due to Graphite being read only, and we don't have anything to measure the SLO stated in https://wikitech.wikimedia.org/wiki/SLO/EditCheck
I had a chat with David on Slack, that in turn posted a comment in #working-with-data and this was the answer:
https://www.mediawiki.org/wiki/ResourceLoader/Core_modules#mw.track
Looks like you need to prefix with stats.
Also:
Note: statsd.js checks that Prometheus metrics have the correct prefix ("mediawiki_") and suffix ("_total" or "_seconds"). Without these, warnings will be logged or errors will be thrown.
Looks like your usage did not make the list at T350592 for some reason, so maybe that's why?
Once done I'll create a new dashboard in Grafana and slo.wikimedia.org for EditCheck, so it will be easier to track the error budget etc..
Lemme know!