Skip to content

Commit

Permalink
build(compose): update prometheus config
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Feb 28, 2023
1 parent 39004e5 commit 5573608
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prometheus.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@ scrape_configs:
static_configs:
- targets:
- lm:8000
scheme: https
tls_config:
insecure_skip_verify: true
- job_name: lifemonitor_worker
static_configs:
- targets:
- worker:9191
- job_name: lifemonitor_websocket
static_configs:
- targets:
- websocket:8000
scheme: https
tls_config:
insecure_skip_verify: true
# alerting:
# alertmanagers:
# - kubernetes_sd_configs:
Expand Down
8 changes: 8 additions & 0 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ scrape_configs:
static_configs:
- targets:
- worker:9191
- job_name: lifemonitor_websocket
static_configs:
- targets:
- websocket:8000
scheme: https
tls_config:
insecure_skip_verify: true

# alerting:
# alertmanagers:
# - kubernetes_sd_configs:
Expand Down

0 comments on commit 5573608

Please sign in to comment.