summaryrefslogtreecommitdiff
path: root/docs/core
diff options
context:
space:
mode:
authorjerop <[email protected]>2025-06-11 16:50:24 +0000
committerJerop Kipruto <[email protected]>2025-06-11 13:24:41 -0400
commitd96af8bacd84d065310dddb49abb7561c4a7b059 (patch)
tree7315ef5f5475ad38f1435aaea6864ee362fb2143 /docs/core
parent9c5b5ff82337cccdae59c0f8c11cf47793e7b37d (diff)
refactor(telemetry): pass config object to telemetry functions
This commit refactors the telemetry system to pass a object to various logging and metrics functions. This change centralizes configuration management within the telemetry system, making it more modular and easier to maintain. The constructor and various tool execution functions have been updated to accept the object, which is then passed down to the telemetry functions. This eliminates the need to pass individual configuration values, such as , through multiple layers of the application.
Diffstat (limited to 'docs/core')
-rw-r--r--docs/core/telemetry.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md
index bd448776..aec63e80 100644
--- a/docs/core/telemetry.md
+++ b/docs/core/telemetry.md
@@ -252,6 +252,8 @@ Use this method if you prefer not to use Docker.
## Data Reference: Logs & Metrics
+A `sessionId` is included as a common attribute on all logs and metrics.
+
### Logs
These are timestamped records of specific events.