feat: polish & windviz & deploy
This commit is contained in:
parent
81b8e763bd
commit
465ad00f7b
78 changed files with 20622 additions and 2154 deletions
11
deploy/prometheus.yml
Normal file
11
deploy/prometheus.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Minimal Prometheus config for the staging compose stack. In production a
|
||||
# central Prometheus scrapes the predictor via Docker Swarm service discovery
|
||||
# (see DEPLOYMENT.md); this file just proves the metrics pipeline locally.
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: predictor
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ["predictor:8080"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue