diff options
author | David Mehren | 2021-04-22 22:34:17 +0200 |
---|---|---|
committer | David Mehren | 2021-04-25 20:06:56 +0200 |
commit | cbe7b03b59af80ae6ae3c51a19c334fe8e478da2 (patch) | |
tree | 1f2f331863a021efc2f91743deb4b054ddee3e4d /public | |
parent | 5c70cc021fb1b372e7a54b222e0524e3c6626e02 (diff) |
Document new Prometheus endpoint
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public')
-rw-r--r-- | public/docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 12932ce5..b8906d6f 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -3,10 +3,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 |