Skip to content

Commit

Permalink
refactor: prometheus.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Aug 30, 2024
1 parent be55860 commit 497e413
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ global:
evaluation_interval: 2m
external_labels:
monitor: 'codelab-monitor'
query_log_file: /prometheus/data/query_log_file.log
query_log_file: "/prometheus/data/queries.active"

rule_files:
- "rule.yml"

Expand All @@ -18,4 +19,4 @@ scrape_configs:
scheme: 'https'
static_configs:
- targets:
- 'marueggserver.com'
- 'marueggserver.com'

0 comments on commit 497e413

Please sign in to comment.