mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
2f2aecfb47
fix: otel not working due to port conflicts after combining containers Fixes #9759
13 lines
260 B
YAML
13 lines
260 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: immich_api
|
|
static_configs:
|
|
- targets: ['immich-server:8081']
|
|
|
|
- job_name: immich_microservices
|
|
static_configs:
|
|
- targets: ['immich-server:8082']
|