feat(otel): added otel, persist settings to db, present user with the telemetry preferences & add privacy tab to settings (#318)

* feat(otel): added otel, persist settings to db, present user with the telemetry preferences & add privacy tab to settings

* updated telemetry endpoint

* add protected subdomains for chat deploy

* removed unused dependencies

* add execution telemetry logs for workflow-level and block-level logs, acknowledged PR comments
This commit is contained in:
Waleed Latif
2025-04-30 23:49:53 -07:00
committed by GitHub
parent 209f9ad6ae
commit 03cde7ed37
26 changed files with 5619 additions and 323 deletions

10
.gitignore vendored
View File

@@ -65,4 +65,12 @@ docs/.contentlayer
docs/.content-collections
# database instantiation
**/postgres_data/
**/postgres_data/
# file uploads
uploads/
# collector configuration
collector-config.yaml
docker-compose.collector.yml
start-collector.sh