Skip to content

Commit 7e94130

Browse files
committed
Add prometheus config file
1 parent 787ee44 commit 7e94130

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

prometheus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
global:
2+
scrape_interval: 5s
3+
4+
scrape_configs:
5+
- job_name: 'rate-limiter'
6+
static_configs:
7+
- targets: ['host.docker.internal:8081']

0 commit comments

Comments
 (0)