Skip to content

Commit 8af2ea6

Browse files
committed
feat: Add GenAI/LLM telemetry support for ClickHouse
- Add --materialize-genai-fields flag to DDL tool for creating materialized columns (GenAIOperationName, GenAIProviderName, token counts, etc.) - Add --partition-by-service-name flag for multi-tenant optimization - Add genai_redaction_processor.py for PII redaction in LLM messages - Update documentation with usage examples
1 parent bcee1a7 commit 8af2ea6

9 files changed

Lines changed: 1063 additions & 30 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ target/
55
rotel_python_processor_sdk/.env/
66
rotel_python_processor_sdk/rotel_sdk/*.so
77
rotel_python_processor_sdk/.idea
8-
rotel_python_processor_sdk/processors/__pycache__
8+
**/__pycache__/
9+
*.pyc
910
CLAUDE.md
1011
flamegraph.svg
1112
perf.data

0 commit comments

Comments
 (0)