tests running

This commit is contained in:
Ravi Prasad
2025-05-01 01:14:16 -05:00
parent 9d97283f82
commit 00519f0420
12 changed files with 25204 additions and 2293 deletions
+9 -4
View File
@@ -1,8 +1,13 @@
global:
scrape_interval: 5s
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'nba_go_api'
metrics_path: /metrics
- job_name: 'prometheus'
static_configs:
- targets: ['nginx:8080']
- targets: ['localhost:9090']
- job_name: 'nba-api'
static_configs:
- targets: ['api1:5000', 'api2:5000', 'api3:5000']
metrics_path: '/metrics'