Jump to content

User:Lucas Werkmeister (WMDE)/New Graphite version

From Wikitech

Once we upgrade our Graphite version to v1.1.0+, I would perhaps like to add this to the “Entity Cache” panel of the “Wikidata Quality” board:

alias(
 scale(
  divideSeries(
   movingSum(MediaWiki.wikibase.quality.constraints.cache.entity.hit.count, '10min'),
   movingSum(MediaWiki.wikibase.quality.constraints.cache.entity.{hit,miss}.count, '10min')
  ),
  100
 ),
 "hit rate (%)"
)

Our current version (0.9.12 1.0.2 as I write this) doesn’t have movingSum yet, only movingAverage, which is not appropriate for this.