Usage monitoring

Telemetry Process

Telemetry is a database which provides the website traffic information to the users. This tool provides datapoints like number of visitors, their access style (devices) and the report type they have accessed, etc.

  1. KPIs/Metrics captured:

a. Most Visited Landing Pages

b. Users Count

c. Average time spent on each page

d. Unique Users across Browser & Device Types

e. Roll-Up of users using (Daily, Weekly)

f. Click, Select, Download

  1. Define Events, Dimensions & Schema

eventName : telemetry-event.data

3. Workflow

The diagram explains about the flow of the telemetry works.

  1. Visualize the reports.

  2. Steps done for enabling telemetry

a. Create a python script for splitting up multi metrics into single metric (https://github.com/Sunbird-cQube/generator-ms/blob/release-v5.0.5/adapter/telemetry.py).

b. Add the telemetry details in config.json file (https://github.com/Sunbird-cQube/processing-ms/blob/release-v5.0.5/impl/c-qube/ingest/VSK/config.json).

c. Create nifi processor group to schedule for moving data and processing

d. Add new UI report

e. Add the logics in UI to capture the events

f. Create the grammars

Last updated