ai-dungeon / prometheus.yml
prgrmc's picture
add dockerfile to deploy, add monitoring prometheus
80c3580
raw
history blame contribute delete
130 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'ai-dungeon'
static_configs:
- targets: ['localhost:7860']