Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
37
monitoring/prometheus.yml
Normal file
37
monitoring/prometheus.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
rule_files:
|
||||
- "alert_rules.yml"
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets:
|
||||
- alertmanager:9093
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'whoosh-backend'
|
||||
static_configs:
|
||||
- targets: ['whoosh_backend_prod:8087']
|
||||
metrics_path: /metrics
|
||||
scrape_interval: 30s
|
||||
|
||||
- job_name: 'whoosh-postgres'
|
||||
static_configs:
|
||||
- targets: ['postgres_exporter:9187']
|
||||
|
||||
- job_name: 'whoosh-redis'
|
||||
static_configs:
|
||||
- targets: ['redis_exporter:9121']
|
||||
|
||||
- job_name: 'node-exporter'
|
||||
static_configs:
|
||||
- targets: ['node_exporter:9100']
|
||||
|
||||
- job_name: 'whoosh-nginx'
|
||||
static_configs:
|
||||
- targets: ['whoosh_nginx_prod:80']
|
||||
metrics_path: /nginx_status
|
||||
scrape_interval: 30s
|
||||
Reference in New Issue
Block a user