feat: The Other Dude v9.0.1 — full-featured email system
ci: add GitHub Pages deployment workflow for docs site Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
18
infrastructure/observability/prometheus.yml
Normal file
18
infrastructure/observability/prometheus.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'mikrotik-api'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['api:8000']
|
||||
labels:
|
||||
service: 'api'
|
||||
|
||||
- job_name: 'mikrotik-poller'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['poller:9091']
|
||||
labels:
|
||||
service: 'poller'
|
||||
Reference in New Issue
Block a user