Commit 8af2ea6
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 examples1 parent bcee1a7 commit 8af2ea6
9 files changed
Lines changed: 1063 additions & 30 deletions
File tree
- rotel_python_processor_sdk
- processors
- python_tests
- src
- bin/clickhouse-ddl
- exporters/clickhouse
- init
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
0 commit comments