chore(features): 🔧 Update analytics configuration in analytics.yaml
This commit is contained in:
parent
8a26b1f7d5
commit
f733b8461f
1 changed files with 18 additions and 13 deletions
|
|
@ -1,20 +1,25 @@
|
|||
# E2E Test - Analytics Service Config
|
||||
# E2E Test - Platform Analytics Service Config
|
||||
feature:
|
||||
id: analytics
|
||||
name: Analytics
|
||||
description: Usage metrics and reporting
|
||||
id: platform-analytics
|
||||
name: Platform Analytics
|
||||
description: Platform-wide analytics dashboard and API
|
||||
owner: platform-core
|
||||
|
||||
ports:
|
||||
api: 3012
|
||||
frontend-dev: 5173
|
||||
postgresql: 5434
|
||||
redis: 6381
|
||||
api: 4110
|
||||
frontend-dev: 5110
|
||||
|
||||
services:
|
||||
- id: api
|
||||
name: Analytics API
|
||||
- id: backend-api
|
||||
name: Platform Analytics API
|
||||
type: api
|
||||
port: 3012
|
||||
entrypoint: codebase/features/analytics/backend-api
|
||||
description: Analytics collection and reporting API
|
||||
port: 4110
|
||||
entrypoint: codebase/features/platform-analytics/backend-api
|
||||
description: Lilith-specific analytics services - gov-detection, gift analytics, profile metrics
|
||||
|
||||
- id: frontend-public
|
||||
name: Platform Analytics Dashboard
|
||||
type: frontend
|
||||
port: 5110
|
||||
entrypoint: codebase/features/platform-analytics/frontend-public
|
||||
description: Analytics dashboard for revenue, funnels, and platform metrics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue