From 09ad1949ace3640a3a7f730a027dd386cf1bb877 Mon Sep 17 00:00:00 2001 From: Emilio Garcia Date: Thu, 20 Nov 2025 13:52:17 -0500 Subject: [PATCH] fix: constants.py add explanation header --- src/llama_stack/telemetry/constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/llama_stack/telemetry/constants.py b/src/llama_stack/telemetry/constants.py index 1ed086b64..1d3db0742 100644 --- a/src/llama_stack/telemetry/constants.py +++ b/src/llama_stack/telemetry/constants.py @@ -4,6 +4,14 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. +""" +This file contains constants used for naming data captured for telemetry. + +This is used to ensure that the data captured for telemetry is consistent and can be used to +identify and correlate data. If custom telemetry data is added to llama stack, please add +constants for it here. +""" + llama_stack_prefix = "llama_stack" # Safety Attributes