feat: reporting basic metrics to prometheus

This commit is contained in:
efim
2023-12-02 06:54:11 +00:00
parent 5cab5d88d9
commit 0a8db09fe8
6 changed files with 1224 additions and 4 deletions
File diff suppressed because it is too large Load Diff
+7
View File
@@ -0,0 +1,7 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: go
static_configs:
- targets: ['localhost:8081']