
{"id":11526,"date":"2024-10-24T13:27:31","date_gmt":"2024-10-24T13:27:31","guid":{"rendered":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/"},"modified":"2025-03-25T05:18:32","modified_gmt":"2025-03-25T05:18:32","slug":"telemetry","status":"publish","type":"page","link":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/","title":{"rendered":"Telemetry"},"content":{"rendered":"<p><br \/>\n <\/p>\n<\/p>\n<div class=\"contentLayout2\">\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<div class=\"toc-macro client-side-toc-macro conf-macro output-block\" data-headerelements=\"H1\" data-hasbody=\"false\" data-macro-name=\"toc\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Introduction<\/h2>\n\n\n<p>CPE has many metrics that are powerful for the analysis of trends and performance insights. Some sources of those <span class=\"inline-comment-marker\" data-ref=\"e147bdcb-77a6-4938-965f-dff640f550b3\">metrics are applications or any of the RDK subsystems<\/span>&nbsp;and TR-069 values. An easy way to get some application metrics is through the log strings they write to log files. <span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">The conventional way of accessing this content has been through the upload of these files to servers and then processing the data from them<\/span><\/span>. However, this content has not been available to the range of operations engineers, analysts, managers, and others who want to search for and monitor issues. <span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Moreover, the current response time is inadequate; a delay of 24 hours is excessive in many instances. To enhance timeliness, the &#8216;Telemetry&#8217; component is created that enables devices to transmit specific metrics from designated logs <span class=\"inline-comment-marker\" data-ref=\"13fb38a5-30dd-489a-821f-c9957db19fac\">and TR-069<\/span> at near-real-time intervals.<\/span><\/span><\/p>\n<p><span class=\"inline-comment-marker\" data-ref=\"7529aa2b-19b6-4c55-9e63-f06faa84e31b\">RDK Telemetry improved on the early practice where the RDK would simply bundle log files once a day and transfer the bundle to a file server. B<\/span><span>oth RDK-V and RDK-B devices provide telemetry with several key features: more real-time data, configurable metrics or events that the CPE should retrieve and send, improved upload frequency that made the timeliness of this data more relevant to analysts, more sources of metrics and events such as log files or TR-069 parameters, an improved cloud solution for analytics using big data solutions for receiving streams and storing data for reporting, and real-time metrics using terse key\/value pairs (e.g., {&#8220;Report&#8221;:[{&#8220;mac&#8221;:&#8221;AA:BB:CC:DD:EE:FF&#8221;},{&#8220;TelemetryEnabled&#8221;:&#8221;true&#8221;},{&#8220;CpuUsage&#8221;:&#8221;48&#8243;},{&#8220;Uptime&#8221;:&#8221;824&#8243;},{&#8220;FreeMem&#8221;:&#8221;2036476&#8243;},{&#8220;TotalMem&#8221;:&#8221;1212772&#8243;}]}.<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<h3 class=\"wp-sub-header\">Key Features<\/h3>\n<ul>\n<li><span>Telemetry data transmission to servers at pre-defined intervals<\/span><\/li>\n<li>Leverages logs, different system status information.<\/li>\n<li>Uses key-value pairs for data upload.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<hr><\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Architecture<\/h2>\n\n\n<div class=\"conf-macro output-block\" data-hasbody=\"false\" data-macro-name=\"drawio\">\n<div class=\"drawio-macro\" data-macroid=\"4f61adff-5fe7-4df2-96e2-ebb075b97b66\" data-buildnum=\"9012\" id=\"drawio-macro-content-4f61adff-5fe7-4df2-96e2-ebb075b97b66\"><\/div>\n<div id=\"drawio-macro-data-4f61adff-5fe7-4df2-96e2-ebb075b97b66\"><img decoding=\"async\" src=\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png\" alt=\"Telemetry_ProcessFlow\" title=\"Telemetry_ProcessFlow\"><\/div>\n<\/div>\n<p><span>RDK telemetry data is sent periodically from every RDK device, with XConf sending certain parameters during bootup, specifying what parameters to gather and where to retrieve them from, such as logs or status information (e.g., CPU load, memory usage) using system commands. The CPE sends a request to the server with version and device details, and based on server rules, the telemetry agent retrieves telemetry markers from the server, gathers the required data from logs, and packages it into a JSON message. This message is then sent to a server where it is processed and updated in storage, with the server configuring how often it needs telemetry data.<\/span><\/p>\n<h3 class=\"wp-sub-header\">How it works<\/h3>\n<div class=\"conf-macro output-block\" data-hasbody=\"false\" data-macro-name=\"drawio\">\n<div class=\"drawio-macro\" data-macroid=\"129c5703-4049-4166-913c-21611fe880a6\" data-buildnum=\"9012\" id=\"drawio-macro-content-129c5703-4049-4166-913c-21611fe880a6\"><\/div>\n<div id=\"drawio-macro-data-129c5703-4049-4166-913c-21611fe880a6\"><img decoding=\"async\" src=\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/TelemetryWorkingProcedure.png\" alt=\"TelemetryWorkingProcedure\" title=\"TelemetryWorkingProcedure\"><\/div>\n<\/div>\n<p><span>The telemetry upload process is controlled through the dcm-log service<\/span><\/p>\n<ol>\n<li>DCMscript.sh communicates with the XConf server and fetches the predefined markers<\/li>\n<li>Using the markers, DCM Script will prepare a sorted map file for the log lookup and creates a DCA Agent cron job.<\/li>\n<li>Cron job retrieves data from the device<\/li>\n<li>From the retrieved data, it will create a JSON formatted message.<\/li>\n<li>JSON format data will be uploaded to the server&nbsp;<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<hr><\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n\n\n<h2 class=\"wp-block-heading wp-main-header\"><span>Telemetry <\/span><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">using community XConf server<\/span><\/span><\/h2>\n\n\n<h3 class=\"wp-sub-header\"><span>XConf s<\/span>erver configuration procedure:<\/h3>\n<ol>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">XConf&nbsp;Telemetry configuration starts with adding DCM settings as telemetry is a subset of log upload process in general, Below are the steps involved in DCM configuration:<\/span><\/span>\n<ol>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Add a Upload Repository &ndash; Tells Device about the server side file store where log files will be updated<\/span><\/span><\/li>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Add a Formula<\/span><\/span><\/li>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Map the configuration with a build condition (such as a MAC\/IP\/Model combination)<\/span><\/span><\/li>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Create Log Upload Settings (Tells devices when to upload the logs)<\/span><\/span><\/li>\n<li><span><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\">Create Device settings (Tells when the device should reach XConf for a configuration polling)<\/span><\/span><\/li>\n<\/ol>\n<\/li>\n<li>Telemetry configuration can be done by adding a permanent profile which contains below objects\n<ol>\n<li>Upload repository<\/li>\n<li>Profile options (Header, content, frequency etc.)\n<ol>\n<li>The telemetry marker which is a combination of Header(for identification), Content(string to search in the log files), Type (name of the log file), and Polling frequency (after which iteration to send). Telemetry profile entries can be set depending on the target platform. I.e.RDK-B and RDK-V. Eg:header : mem_rmfStreamer, content : rmfStreamer, type : top_log.txt , and polling frequency : 60.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>Creating a targeting rule which is basically mapping the profile to a set of MAC\/IP\/Device etc.<\/li>\n<\/ol>\n<p><span>Refer<span>&nbsp;<\/span><\/span><a href=\"\/documentation\/documentation\/device_management\/xconf\/xconf_server_-_user_guide_for_configuration_and_feature_validation\" rel=\"nofollow\">Xconf Server &#8211; User guide for configuration and feature validation<\/a><span><span>&nbsp;<\/span>for detailed steps.<\/span><\/p>\n<h3 class=\"wp-sub-header\"><span>Client(device) side verification<\/span><\/h3>\n<ol>\n<li><span>Client side configuration which involves:<\/span>\n<ol>\n<li><span>SSH to RPI<\/span><\/li>\n<li><span>Change the configuration in \/etc\/dcm.properties<\/span><\/li>\n<li>Debug &amp; check everything is good by restarting the log service and monitoring the log file<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<div class=\"confluence-information-macro confluence-information-macro-information conf-macro output-block\" data-hasbody=\"true\" data-macro-name=\"info\"><span class=\"aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon\"><\/span><\/p>\n<div class=\"confluence-information-macro-body\">\n<p><span>Please note that Telemetry is a generic implementation applicable to RDK-V and RDK-B. As a sample, the examples given are purely based on RDK-B.<\/span><\/p>\n<\/div>\n<\/div>\n<p><span>For detailed steps on configuring the XConf server and validating Telemetry 1.0 features on RDK-B and RDK-V platforms, including sample logs, please click<span>&nbsp;<\/span><\/span><a href=\"\/documentation\/documentation\/device_management\/xconf\/telemetry\/telemetry1-0_in_rpi_user_manual_broadband_-_2019_m9\" rel=\"nofollow\">here<\/a> for RDK-B and <a href=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/t1_on_video_platforms\/\" rel=\"nofollow\">here<\/a> for RDK-V.<span><span>&nbsp;<\/span>.<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<hr><\/div>\n<\/div>\n<\/div>\n<div class=\"columnLayout single\" data-layout=\"single\">\n<div class=\"cell normal\" data-type=\"normal\">\n<div class=\"innerCell\">\n<p><strong><span>Video client side setup details are captured below:<\/span><\/strong><\/p>\n<ol>\n<li>Add the following changes in \/etc\/dcm.properties or verify if the configurations are present.\n<div class=\"code panel pdl conf-macro output-block\" data-hasbody=\"true\" data-macro-name=\"code\">\n<div class=\"codeContent panelContent pdl\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># DCM properties file\n# Log server details\nLOG_SERVER=xconf.rdkcentral.com\n# Log upload server details\nDCM_LOG_SERVER=https:\/\/xconf.rdkcentral.com\/xconf\/logupload.php\nDCM_LOG_SERVER_URL=https:\/\/xconf.rdkcentral.com:19092\/loguploader\/getT2Settings\n# SCP server details\nDCM_SCP_SERVER=xconf.rdkcentral.com\n# LA server details\nDCM_LA_SERVER_URL=https:\/\/xconf.rdkcentral.com\/xconf\/logupload.php<\/pre>\n<\/div>\n<\/div>\n<\/li>\n<li><span>Check in \/etc\/inculde.properties<\/span>\n<ol>\n<li>From &#8220;\/etc\/include.properties&#8221; file need to change &#8220;P=&#8221; to P=<a class=\"external-link\" href=\"https:\/\/xconf.rdkcentral.com:19092\/loguploader\/getT2Settings\" rel=\"nofollow\">https:\/\/xconf.rdkcentral.com:19092\/loguploader\/getT2Settings<\/a><\/li>\n<\/ol>\n<\/li>\n<li>Check tr181 parameters for telemetry are set, if it is not set, then add set the params\n<div class=\"code panel pdl conf-macro output-block\" data-hasbody=\"true\" data-macro-name=\"code\">\n<div class=\"codeContent panelContent pdl\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">tr181 -s -t boolean -v true Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.Enable\ntr181 -s -t string -v 2.0.1 Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.Version\ntr181 -s -t string -v https:\/\/xconf.rdkcentral.com:19092\/loguploader\/getT2Settings&nbsp;Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.ConfigURL<\/pre>\n<\/div>\n<\/div>\n<\/li>\n<li><span>Reboot the box<\/span>\n<ol>\n<li>Output of \/tmp\/DCMSettings.conf (contains the telemetry markers that was set against the permanent profile)\n<div class=\"code panel pdl conf-macro output-block\" data-hasbody=\"true\" data-macro-name=\"code\">\n<div class=\"codeContent panelContent pdl\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">urn:settings:GroupName=RDKV-PIF-Telemetry\nurn:settings:CheckOnReboot=true\nurn:settings:CheckSchedule:cron=2 1 1 1 *\nurn:settings:CheckSchedule:DurationMinutes=0\nurn:settings:LogUploadSettings:Message=null\nurn:settings:LogUploadSettings:Name=RDKV-PIF-Telemetry-Logupload\nurn:settings:LogUploadSettings:NumberOfDays=0\nurn:settings:LogUploadSettings:UploadRepositoryName=RDKV-PIF-Telemetry-Repo\nurn:settings:LogUploadSettings:RepositoryURL=https:\/\/xconf.rdkcentral.com\/test\nurn:settings:LogUploadSettings:UploadOnReboot=true\nurn:settings:LogUploadSettings:UploadImmediately=false\nurn:settings:LogUploadSettings:upload=true\nurn:settings:LogUploadSettings:UploadSchedule:cron=2 1 1 1 *\nurn:settings:LogUploadSettings:UploadSchedule:levelone:cron=null\nurn:settings:LogUploadSettings:UploadSchedule:leveltwo:cron=null\nurn:settings:LogUploadSettings:UploadSchedule:levelthree:cron=null\nurn:settings:LogUploadSettings:UploadSchedule:DurationMinutes=0\nurn:settings:VODSettings:Name=null\nurn:settings:VODSettings:LocationsURL=null\nurn:settings:VODSettings:SRMIPList=null\n\"urn:settings:TelemetryProfile\":{\"id\":\"e112c868-d82a-45f6-ba75-4e77beb900ac\",\"telemetryProfile\":[\n\n{\"header\" : \"branch_split\",\"content\" : \"BRANCH=\",\"type\" : \"version.txt\",\"pollingFrequency\":\"1\"}\n\n,{\"header\" : \"mem_syslogd\",\"content\" : \"syslogd\",\"type\" : \"top_log.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"Version_split\",\"content\" : \"VERSION=\",\"type\" : \"version.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"FREE_MEM_split\",\"content\" : \"FREE_MEM:\",\"type\" : \"top_log.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"USED_MEM_split\",\"content\" : \"USED_MEM:\",\"type\" : \"messages.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"CpuPV_split\",\"content\" : \"AVS CPU PV =\",\"type\" : \"messages.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"SYST_ERR_KernelPanic_reboot\",\"content\" : \"PREVIOUS_KERNEL_OOPS_DUMP_START\",\"type\" : \"messages.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"rfc_split\",\"content\" : \"Features Enabled]-[ACTIVE]:\",\"type\" : \"rfcscript.log\",\"pollingFrequency\":\"1\"},{\"header\" : \"cpuinfo_split\",\"content\" : \"sysint\",\"type\" : \"&lt;event&gt;\",\"pollingFrequency\":\"1\"},{\"header\" : \"SYST_INFO_ETHConn\",\"content\" : \"sysint\",\"type\" : \"&lt;event&gt;\",\"pollingFrequency\":\"1\"},{\"header\" : \"WIFIV_INFO_NOV6ROUTE\",\"content\" : \"sysint\",\"type\" : \"&lt;event&gt;\",\"pollingFrequency\":\"1\"},{\"header\" : \"imagename_spilt\",\"content\" : \"imagename:\",\"type\" : \"version.txt\",\"pollingFrequency\":\"1\"},{\"header\" : \"mem_TOP\",\"content\" : \"USED_MEM:\",\"type\" : \"top_log.txt\",\"pollingFrequency\":\"1\"}],\"schedule\":\"\/5 *\",\"expires\":0,\"telemetryProfile:name\":\"RDKV-PIF-Rule\",\"uploadRepository:URL\":\"http:\/\/192.168.160.232:8080\/telemetry-collector\/rdkv-collector\",\"uploadRepository:uploadProtocol\":\"HTTP\"}<\/pre>\n<\/div>\n<\/div>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Introduction CPE has many metrics that are powerful for the analysis of trends and performance [&hellip;]<\/p>\n","protected":false},"author":28,"featured_media":0,"parent":11460,"menu_order":4,"comment_status":"open","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-11526","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Telemetry - RDK Documentation Portal | Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Telemetry - RDK Documentation Portal | Documentation\" \/>\n<meta property=\"og:description\" content=\"Introduction CPE has many metrics that are powerful for the analysis of trends and performance [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/\" \/>\n<meta property=\"og:site_name\" content=\"RDK Documentation Portal | Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-25T05:18:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/\",\"name\":\"Telemetry - RDK Documentation Portal | Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png\",\"datePublished\":\"2024-10-24T13:27:31+00:00\",\"dateModified\":\"2025-03-25T05:18:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png\",\"contentUrl\":\"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png\",\"width\":689,\"height\":385},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Device Management\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Xconf\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Telemetry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/\",\"name\":\"RDK Documentation Portal | Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Telemetry - RDK Documentation Portal | Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/","og_locale":"en_US","og_type":"article","og_title":"Telemetry - RDK Documentation Portal | Documentation","og_description":"Introduction CPE has many metrics that are powerful for the analysis of trends and performance [&hellip;]","og_url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/","og_site_name":"RDK Documentation Portal | Documentation","article_modified_time":"2025-03-25T05:18:32+00:00","og_image":[{"url":"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/","url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/","name":"Telemetry - RDK Documentation Portal | Documentation","isPartOf":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website"},"primaryImageOfPage":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage"},"image":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage"},"thumbnailUrl":"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png","datePublished":"2024-10-24T13:27:31+00:00","dateModified":"2025-03-25T05:18:32+00:00","breadcrumb":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#primaryimage","url":"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png","contentUrl":"https:\/\/developer.rdkcentral.com\/documentation\/wp-content\/uploads\/sites\/16\/2024\/10\/Telemetry_ProcessFlow.png","width":689,"height":385},{"@type":"BreadcrumbList","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/telemetry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":3,"name":"Device Management","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/"},{"@type":"ListItem","position":4,"name":"Xconf","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/device_management\/xconf\/"},{"@type":"ListItem","position":5,"name":"Telemetry"}]},{"@type":"WebSite","@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website","url":"https:\/\/developer.rdkcentral.com\/documentation\/","name":"RDK Documentation Portal | Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/11526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/comments?post=11526"}],"version-history":[{"count":6,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/11526\/revisions"}],"predecessor-version":[{"id":11862,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/11526\/revisions\/11862"}],"up":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/11460"}],"wp:attachment":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/media?parent=11526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}