summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Mehren2021-04-25 20:34:03 +0200
committerGitHub2021-04-25 20:34:03 +0200
commit2faf5b69741e2ff9b310b63295e4f8b50ce2ca80 (patch)
tree718f172f6b8edf63a92682a512b5d9c6bc43b188 /public
parentc8e2117452c905a75c4644e4e2c2dea95aaa8f81 (diff)
parentcbe7b03b59af80ae6ae3c51a19c334fe8e478da2 (diff)
Merge pull request #1150 from hedgedoc/feature/prometheus_metrics
Diffstat (limited to 'public')
-rw-r--r--public/docs/release-notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md
index 86f7b979..26257541 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -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