Merge pull request #1150 from hedgedoc/feature/prometheus_metrics

This commit is contained in:
David Mehren 2021-04-25 20:34:03 +02:00 committed by GitHub
commit 2faf5b6974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 221 additions and 10 deletions

View file

@ -6,10 +6,13 @@
### Features
- Database migrations are now automatically applied on application startup.
The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted.
- A Prometheus-endpoint is now available at `/metrics`, exposing the same stats as `/status`
in addition to various Node.js performance figures.
### Enhancements
- Removed dependency on external imgur library
## <i class="fa fa-tag"></i> 1.7.2 <i class="fa fa-calendar-o"></i> 2021-01-15
This release fixes a security issue. We recommend upgrading as soon as possible.
### Security Fixes