mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 09:37:09 +00:00
Add prometheus yml
This commit is contained in:
parent
879baead35
commit
4c8c54b7f0
1 changed files with 6 additions and 0 deletions
6
prometheus.yml
vendored
Normal file
6
prometheus.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
scrape_configs:
|
||||
- job_name: cloud-game
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- localhost:9000
|
||||
Loading…
Add table
Add a link
Reference in a new issue