feat: add project documentation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
rule_files:
|
||||
# - "first_rules.yml"
|
||||
# - "second_rules.yml"
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: 'ticket-microservice'
|
||||
static_configs:
|
||||
- targets: ['app:3049']
|
||||
metrics_path: '/metrics'
|
||||
scrape_interval: 5s
|
||||
scrape_timeout: 3s
|
||||
Reference in New Issue
Block a user