mirror of
https://github.com/immich-app/immich.git
synced 2024-11-30 09:47:31 +02:00
13 lines
272 B
YAML
13 lines
272 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
evaluation_interval: 15s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: immich_server
|
||
|
static_configs:
|
||
|
- targets: ['immich-server:8081']
|
||
|
|
||
|
- job_name: immich_microservices
|
||
|
static_configs:
|
||
|
- targets: ['immich-microservices:8081']
|