From 8e4fa016a6f9e1e9a19cdbdfad4e2996d2d57122 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Tue, 6 Nov 2018 15:30:05 -0800 Subject: [PATCH] Incorporates more of reviewers' feedback. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/telemetrics/telemetry-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/telemetrics/telemetry-api.rst b/source/clear-linux/guides/telemetrics/telemetry-api.rst index 11cc89af..33f7c716 100644 --- a/source/clear-linux/guides/telemetrics/telemetry-api.rst +++ b/source/clear-linux/guides/telemetrics/telemetry-api.rst @@ -3,7 +3,7 @@ Telemetry API ############# -Installing the ``telemetry`` bundle includes the libtelemetry C library, +Installing the ``telemetrics`` bundle includes the libtelemetry C library, which exposes an API used by the telemprobd and telempostd daemons. You can use these in your applications as well. The API documentation is found in the :file:`telemetry.h` file in `Telemetrics client`_ repository. @@ -11,7 +11,7 @@ in the :file:`telemetry.h` file in `Telemetrics client`_ repository. Creating records with telem-record-gen ************************************** -The telemetrics-client package provides a record generator tool called +The telemetrics bundle also provides a record generator tool called ``telem-record-gen``. This tool can be used to create records from shell scripts, etc., when writing a probe in C is not desirable. Records are sent to the backend server, and can also be echoed to stdout.