Here is a small plan on how / what to do with OTEL - [ ] Enable OTEL for SQLAlchemy - Important: Do not log the query itself as it could countain sensitive data https://github.com/google/timesketch/pull/3840 - [x] Enable OTEL for OpenSearch --> https://github.com/google/timesketch/pull/3839 - [ ] streamed searches https://github.com/google/timesketch/pull/3839#discussion_r3388994911 - [ ] Enable OTEL for LLM Model module --> https://github.com/google/timesketch/pull/3798/ - [x] Check that if OTEL is not configured, it would not crash -- https://github.com/google/timesketch/pull/3826 https://github.com/google/timesketch/pull/3795
Here is a small plan on how / what to do with OTEL
- [ ] streamed searches feat(otel): Add basic OpenSearch Telemetry #3839 (comment)
#3795