global: scrape_interval: 15s evaluation_interval: 15s external_labels: cluster: 'foxhunt-dev' environment: 'development' scrape_configs: # Broker Gateway Service metrics - job_name: 'broker_gateway_service' static_configs: - targets: ['broker_gateway:9096'] labels: service: 'broker_gateway_service' type: 'grpc' # Prometheus self-monitoring - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] # PostgreSQL metrics (requires postgres_exporter - optional) - job_name: 'postgres' static_configs: - targets: ['postgres:5432'] labels: service: 'postgres' type: 'database' # Redis metrics (requires redis_exporter - optional) - job_name: 'redis' static_configs: - targets: ['redis:6379'] labels: service: 'redis' type: 'cache'