Telemetry Events
Telemetry is a specification to instrument all the key events. Using this specification reference applications & services will generate telemetry events. For more info here
Telemetry spec
Please refer the below link to know more about telemetry specification
Pdata
This describes the producer data of the event, and also it has the details about the producer id, version of the app, and instances of the component. below is the sample pdata.
"pdata": {
"id": "sunbird.portal", // Producer ID. For ex: For sunbird it would be "portal" or "genie"
"ver": "3.2.12", // Version of the App
"pid": "sunbird-portal.contentplayer" // Optional. In case the component is distributed, then which instance of that component
},
Below are the list of sample pdata configs for different clients
Mobile
sunbird.mobile
sunbird.mobile.contentplayer
<mobile app version>
Portal
sunbird.portal
sunbird.portal.contentplayer
<portal version>
Desktop
sunbird.desktop
sunbird.desktop.contentplayer
<desktop app version>
List of Events
Below are the list of events generating by players while launching irrespective of Mobile/Portal/Desktop application.
Sample Telemetry Events
Below are the sample telemetry events check more details about each value in the event here
Telemetry Instrumentation for V2 Players
For know more sample events generated by players for difference application please refer the below link.
Click here for telemetry details
Last updated
Was this helpful?