From 4faec51730fb95bdfe971a541154b7d0d0eef1be Mon Sep 17 00:00:00 2001 From: Harishkumar Gangula <harishg@ilimi.in> Date: Sat, 24 Mar 2018 17:27:17 +0530 Subject: [PATCH] Issue #SB-2312 fix: telemetry pdata update and made mandatory --- src/config/telemetryEventConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/telemetryEventConfig.json b/src/config/telemetryEventConfig.json index ab5ab1c..2917f25 100644 --- a/src/config/telemetryEventConfig.json +++ b/src/config/telemetryEventConfig.json @@ -1,8 +1,8 @@ { "pdata": { - "id": "content-service", + "id": "sunbird.content-service", "ver": "1.0", - "pid": "" + "pid": "sunbird-content-service" }, "API": { "content/search": { -- GitLab