mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
14 lines
272 B
YAML
14 lines
272 B
YAML
global:
|
|
scrape_interval: 20s
|
|
scrape_timeout: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: 'mangadex-at-home'
|
|
scheme: https
|
|
tls_config:
|
|
insecure_skip_verify: true
|
|
metrics_path: /prometheus
|
|
static_configs:
|
|
- targets:
|
|
- "mangadex-at-home:443"
|