9d9a456b28
* 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
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