In T191416 we collect the data to track how much the Wikibase-related Lua functions are used across the Wikimedia projects. We now need to visualize this in grafana to be able to see it.
The patch introducing the metrics was https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/ /477971/ and turning it on was https://gerrit.wikimedia.org/r/#/c/operations/mediawiki-config/ /479407/
The metric names in graphite are (for example) MediaWiki.$prefix.wikibase.client.scribunto.entity.$function.call
$prefix is split up per group and wiki in https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/ /477971/4/client/includes/DataAccess/Scribunto/LuaFunctionCallTracker.php
A grafana dashboard should be created with the ability to break down by group and or wiki (per the metrics being stored).
(Groups meaning group 0 / 1 / 2)
@Addshore (or anyone else appropriate) is happy to peer create this with someone.