Skip to content

Commit

Permalink
feat: #19 prometheus.yml 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
SEONMl committed Sep 23, 2022
1 parent b2a806c commit 59ea919
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
global:
scrape_interval: 10s
evaluation_interval: 1m

external_labels:
monitor: 'haru-order-service'


scrape_configs:
- job_name: 'order-server'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['localhost:8081']

0 comments on commit 59ea919

Please sign in to comment.