managarten/services/mana-core-auth/.gitignore
Till-JS 9dfad0128a 📈 feat(monitoring): upgrade to VictoriaMetrics + DuckDB analytics
- Replace Prometheus with VictoriaMetrics (2-year retention)
- Add DuckDB analytics module for business KPIs (unlimited retention)
- Add master overview dashboard combining all metrics
- Add business metrics dashboard for user growth tracking
- Add backup script for VictoriaMetrics snapshots and DuckDB
- Add ADR documentation for monitoring stack decision

Analytics API endpoints:
- GET /api/v1/analytics/health - Service health
- GET /api/v1/analytics/latest - Latest metrics snapshot
- GET /api/v1/analytics/growth - User growth over time
- GET /api/v1/analytics/monthly - Monthly aggregates
- POST /api/v1/analytics/snapshot - Manual snapshot trigger
2026-01-28 12:38:04 +01:00

50 lines
406 B
Text

# Dependencies
node_modules/
.pnpm-store/
# Environment
.env
.env.local
.env.production
# Build output
dist/
build/
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Keys (NEVER commit these!)
*.pem
private.key
public.key
# Testing
coverage/
.nyc_output/
# Database
*.db
*.sqlite
# Misc
.cache/
tmp/
temp/
# DuckDB local data
data/