Skip to content

Commit 2cc0a39

Browse files
authored
Merge pull request #1155 from max-svistunov/lcore-1276-mask-pii
LCORE-1276 Add configuration snapshot for telemetry that masks PII
2 parents cfe7ef3 + c09bb50 commit 2cc0a39

5 files changed

Lines changed: 1632 additions & 0 deletions

File tree

src/telemetry/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""Telemetry module for configuration snapshot collection.
2+
3+
This module provides functionality for building configuration snapshots
4+
with PII masking for telemetry purposes. Snapshots collect a specific
5+
set of configuration entries from both lightspeed-stack and llama-stack
6+
configurations, applying appropriate masking to prevent PII leakage.
7+
"""

0 commit comments

Comments
 (0)