Page MenuHomePhabricator

Add Systems Object that includes - Page View and Request IDs to Metrics Platform Schema
Closed, ResolvedPublic

Description

Goal: To add the Page View and the Request ID to the default Metrics Platform Schema

Task Details:

  • To add Page View & Request IDs & system Fields to the metrics platform schema under a Systems Object.
  • System object fields are to be inherited from MediaWiki or Meta fields - Investigation may be required.
"systems": {
  "PageView_Id":"Page_ID",
  "Request_Id":"R_ID",
}

So the complete object with its source might look something like this ->

"systems": {
     "PageView_Id" : "event.page_token", // Where is the pageview ID generated 
     "Request_Id" : "meda.request_id",
     "Stream" : "meta.stream",
     "uri" : "meta.uri",
     "domian" : "meta.domain"
     
   }

Event Timeline

EChetty renamed this task from Add Page View and Request IDs to Metrics Platform Schema to Add Systems Object that includes - Page View and Request IDs to Metrics Platform Schema .Nov 26 2021, 11:18 AM
Aklapper added a subscriber: jlinehan.

Removing inactive assignee from this open task. (Please update assignees on open tasks after offboarding. Thanks.)

phuedx claimed this task.
phuedx subscribed.

Pageview and session ID were added as optional context attributes on the performer object. The Metrics Platform team is currently reviewing the objects on the mediawiki/metrics_event schema and will bear this in mind when reviewing these specific fields.