Page MenuHomePhabricator

Track usage of the "clear" feature of wbeditentity in statds
Closed, ResolvedPublic

Description

wbeditentity has two modes: per default, and data supplied is added to the entity. If the "clear" flag is set, the current entity is replaced with the new data instead.

The clear/replace mode is semantically tricky, see T171483. We want to know how often it is used, so we can decide how much time we want to invest into making it work nicely, or whether we can remove it completely.

Note: this is complementary to T172100: get list of users of API module wbeditentity with clear flag which is about analyzing HTTP logs.

Event Timeline

Change 367703 had a related patch set uploaded (by Daniel Kinzler; owner: Daniel Kinzler):
[mediawiki/extensions/Wikibase@master] Track calls to wbeditentity and usage of the clear switch

https://gerrit.wikimedia.org/r/367703

Change 367703 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Track calls to wbeditentity and usage of the clear switch

https://gerrit.wikimedia.org/r/367703

daniel renamed this task from Track usage of the "clear" feature of wbeditentity. to Track usage of the "clear" feature of wbeditentity in statds.Jul 31 2017, 1:01 PM
daniel updated the task description. (Show Details)

The patch looks good, and after the deployment just the dashboard has to be created!