added initial roadmap and implementation
This commit is contained in:
7
prometheus.yml
Normal file
7
prometheus.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
global:
|
||||
scrape_interval: 5s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'madbase_gateway'
|
||||
static_configs:
|
||||
- targets: ['host.docker.internal:8000']
|
||||
Reference in New Issue
Block a user