Files
speckle-server/packages/monitor-deployment
Iain Sproat 575d48fdaf chore(dockerfiles): bump curl version for debian images
- debian has once again passively agressively removed older curl versions from their packages, forcing us to bump the version in order to build our image
2025-03-15 12:07:40 +00: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