feat: reporting basic metrics to prometheus
This commit is contained in:
1162
dev-conf/generic-go-app-dashboard.json
Normal file
1162
dev-conf/generic-go-app-dashboard.json
Normal file
File diff suppressed because it is too large
Load Diff
7
dev-conf/prometheus.yml
Normal file
7
dev-conf/prometheus.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: go
|
||||
static_configs:
|
||||
- targets: ['localhost:8081']
|
||||
Reference in New Issue
Block a user