Skip to content

Commit c38f6e3

Browse files
committed
Add prometheus config file
1 parent 707c194 commit c38f6e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: prometheus.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
global:
2+
scrape_interval: 15s
3+
evaluation_interval: 15s
4+
5+
scrape_configs:
6+
- job_name: flower
7+
static_configs:
8+
- targets: ['flower:5555']

0 commit comments

Comments
 (0)