📈(summary) kickstart analytics tracking in summary microservice
Add product analytics to understand summary feature usage and behavior. Track transcript and task metadata for insights without exposing sensitive content or speaker data. Hacky but functional PostHog usage - fully optional for self-hosting. Extensive tracking approach works for current needs despite not being PostHog's typical use case.
This commit is contained in:
committed by
aleb_the_flash
parent
21bed40484
commit
6e55013b15
@@ -173,6 +173,7 @@ summary:
|
||||
WEBHOOK_URL: https://www.mock-impress.com/webhook/
|
||||
CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
|
||||
CELERY_RESULT_BACKEND: redis://default:pass@redis-master:6379/1
|
||||
TASK_TRACKER_REDIS_URL: redis://default:pass@redis-master:6379/1
|
||||
|
||||
image:
|
||||
repository: localhost:5001/meet-summary
|
||||
@@ -206,6 +207,7 @@ celery:
|
||||
WEBHOOK_URL: https://www.mock-impress.com/webhook/
|
||||
CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
|
||||
CELERY_RESULT_BACKEND: redis://default:pass@redis-master:6379/1
|
||||
TASK_TRACKER_REDIS_URL: redis://default:pass@redis-master:6379/1
|
||||
|
||||
image:
|
||||
repository: localhost:5001/meet-summary
|
||||
|
||||
Reference in New Issue
Block a user