Page MenuHomePhabricator

Add metrics to graphite
Open, LowestPublic

Description

Migrated from: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/926

Narrative

As a developer, I want an easy way to display various characteristics of a metric, so that I can easily keep an eye on them

limn is good for metrics which we intend to publicize widely (it can show explanatory text, it exports the data set, it looks nice) but it's high-effort, does not support easy creation of personalized dashboards, and does not support (without cumbersome workarounds) even trivial transformations like means, much less complex ones like quantiles or smoothing. graphite does all that; access to it is limited but it's a great resource for developers.

Acceptance Criteria

  • add various metrics (MMV performance and event counts, UW step counts) to graphite
  • do it in a way that's easy to replicate for additional metrics

For reference, here's how NavigationTiming does it: python script

Related Bugs

Related Stories

Related Changesets