mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
chore(server): telemetry env clean up (#13813)
This commit is contained in:
parent
0230dc284b
commit
2efba6326d
@ -143,7 +143,7 @@ services:
|
|||||||
'wal_compression=on',
|
'wal_compression=on',
|
||||||
]
|
]
|
||||||
|
|
||||||
# set IMMICH_METRICS=true in .env to enable metrics
|
# set IMMICH_TELEMETRY_INCLUDE=all in .env to enable metrics
|
||||||
# immich-prometheus:
|
# immich-prometheus:
|
||||||
# container_name: immich_prometheus
|
# container_name: immich_prometheus
|
||||||
# ports:
|
# ports:
|
||||||
|
@ -89,7 +89,7 @@ services:
|
|||||||
]
|
]
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# set IMMICH_METRICS=true in .env to enable metrics
|
# set IMMICH_TELEMETRY_INCLUDE=all in .env to enable metrics
|
||||||
immich-prometheus:
|
immich-prometheus:
|
||||||
container_name: immich_prometheus
|
container_name: immich_prometheus
|
||||||
ports:
|
ports:
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- DB_PASSWORD=postgres
|
- DB_PASSWORD=postgres
|
||||||
- DB_DATABASE_NAME=immich
|
- DB_DATABASE_NAME=immich
|
||||||
- IMMICH_MACHINE_LEARNING_ENABLED=false
|
- IMMICH_MACHINE_LEARNING_ENABLED=false
|
||||||
- IMMICH_METRICS=true
|
- IMMICH_TELEMETRY_INCLUDE=all
|
||||||
- IMMICH_ENV=testing
|
- IMMICH_ENV=testing
|
||||||
- IMMICH_PORT=2285
|
- IMMICH_PORT=2285
|
||||||
- IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
|
- IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
|
||||||
|
@ -352,11 +352,6 @@ export const immichAppConfig: ConfigModuleOptions = {
|
|||||||
cidr: 'optional',
|
cidr: 'optional',
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|
||||||
IMMICH_METRICS: Joi.boolean().optional().default(false),
|
|
||||||
IMMICH_HOST_METRICS: Joi.boolean().optional(),
|
|
||||||
IMMICH_API_METRICS: Joi.boolean().optional(),
|
|
||||||
IMMICH_IO_METRICS: Joi.boolean().optional(),
|
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user