Page MenuHomePhabricator

Create WMF endpoint for error logging - part 1 (producer)
Closed, ResolvedPublic

Description

First step of creating an error reporting endpoint that can scale up to WMF traffic:

  • set up a second instance of varnishkafka on the bits.wikimedia.org varnish (the first is used by EventLogging)
  • configure it with a VSL option to filter on the requests made by the error logger JS module
  • create a Kafka topic for JS error reports, and have varnishkafka push the request data there

Event Timeline

Tgr claimed this task.
Tgr raised the priority of this task from to High.
Tgr updated the task description. (Show Details)
Tgr changed Security from none to None.
Tgr subscribed.
Restricted Application reassigned this task from Tgr to Qgil-test. · View Herald TranscriptSep 28 2014, 10:42 PM
Tgr lowered the priority of this task from High to Medium.
Tgr renamed this task from Create WMF endpoint for error logging to Create WMF endpoint for error logging - part 1.Sep 29 2014, 9:54 AM
Tgr renamed this task from Create WMF endpoint for error logging - part 1 to Create WMF endpoint for error logging - part 1 (producer).
Tgr updated the task description. (Show Details)
Tgr assigned this task to Ottomata.
Tgr added a subscriber: Ottomata.

This has happened (slightly differently, via EventGate). T226986: Client side error logging production launch is probably the closest related task. I'll guessign it to @Ottomata, I think he did most of the work.