Page MenuHomePhabricator

Determine statsd client
Closed, ResolvedPublic

Description

Determine which statsd client to use in sending metrics to performance graphing frontend.

Event Timeline

Memeht closed this task as Resolved.
Memeht claimed this task.
Memeht raised the priority of this task from to Medium.
Memeht updated the task description. (Show Details)
Memeht set Security to None.
Memeht added subscribers: Jdforrester-WMF, ssastry, Qgil and 5 others.

Utilized the RESTbase port of statsd - node-txstatsd and its node-txstatsd wrapper, see: https://github.com/wikimedia/service-runner/blob/master/lib/statsd.js

Patch merged, see: https://gerrit.wikimedia.org/r/#/c/186219/

node-txstatsd wrapper added to lib/mediawiki.Util.js, with properties added in localsettings.js. node-txstatsd instantiated in lib/mediawiki.ParsoidConfig.js.