Skip to content

Commit

Permalink
Add soju metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Jan 14, 2024
1 parent 8e1a24f commit 4b3e37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions monitoring/prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ scrape_configs:
- imgs.sh
- pgs.sh
- feeds.sh
- job_name: soju
tls_config:
insecure_skip_verify: true
scheme: https
metrics_path: /_app/metrics
static_configs:
- targets:
- irc.pico.sh
- job_name: caddy
tls_config:
insecure_skip_verify: true
Expand Down

0 comments on commit 4b3e37c

Please sign in to comment.