Files
speckle-server/packages/monitor-deployment
Kristaps Fabians Geikins 9d9a456b28 chore(fe2): upgrade to nuxt 4 (#5306)
* actual npm update

* migrating plugin

* fix hydration (todo redis)

* fix dashboard title

* linting fixes

* fix ssr dev logs

* fix shared build

* more linting fixes

* more lint fixes

* preview dockerfile fix

* fix max stack trace issue
2025-08-27 10:26:32 +03:00
..
2025-08-27 10:26:32 +03:00

Database Monitor

Responsible for querying all databases and generating metrics.

Metrics are available at /metrics endpoint and are in Prometheus format.

Development

yarn dev

Databases with self-signed certificates

Add the self-signed CA certificate to a file at packages/monitor-deployment/ca-certificate.crt

Run NODE_EXTRA_CA_CERTS=./ca-certificate.crt yarn dev or NODE_EXTRA_CA_CERTS=./ca-certificate.crt yarn start

Production

yarn start