Implement Monlet MVP stack and UI updates
This commit is contained in:
14
deploy/prometheus/prometheus.yml
Normal file
14
deploy/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: monlet-server
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ["server:8000"]
|
||||
|
||||
- job_name: monlet-agent
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ["host.docker.internal:9100"]
|
||||
Reference in New Issue
Block a user