Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

How to locally run and test Telemetry service

Pre-requisets

The following requirements should be fulfilled before the execuation of Telemetry service.

  1. verify that telmetry_frontend.proto file exists and grpcs file are generated sucessfully.
  2. virtual enviornment exist with all the required packages listed in "requirements.in" are installed sucessfully.
  3. verify the creation of required database and table. DB test python file enlist the functions to create tables and database. KPI Engine contains the DB string, update the string as per your deployment.