Версия ЛЭРС УЧЁТ: 3.65
Сервер БД: PostgreSQL
Почему-то не работают метрики. 404 -Not found.
Выполняю изнутри контейнера lersamr/full-r:3.65:
root@lers-server-584f65dfc4-647kq:/# wget localhost:10000
–2026-02-16 17:14:06-- http://localhost:10000/
Resolving localhost (localhost)… ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:10000… failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:10000… connected.
HTTP request sent, awaiting response… 200 OK
Length: 37148 (36K) [text/html]
Saving to: ‘index.html’
index.html 100%[=====================================================================================================>] 36.28K --.-KB/s in 0s
2026-02-16 17:14:06 (614 MB/s) - ‘index.html’ saved [37148/37148]
root@lers-server-584f65dfc4-647kq:/# rm index.html
root@lers-server-584f65dfc4-647kq:/# wget localhost:10000/metrics
–2026-02-16 17:14:21-- http://localhost:10000/metrics
Resolving localhost (localhost)… ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:10000… failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:10000… connected.
HTTP request sent, awaiting response… 404 Not Found
2026-02-16 17:14:21 ERROR 404: Not Found.
root@lers-server-584f65dfc4-647kq:/# echo $LERS_SERVER_Telemetry__MetricsEnabled
true
Что необходимо сделать помимо установки переменной LERS_SERVER_Telemetry__MetricsEnabled?