mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Document new Prometheus endpoint
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5c70cc021f
commit
cbe7b03b59
2 changed files with 8 additions and 4 deletions
|
@ -36,6 +36,7 @@ These endpoints return information about the current logged-in user and it's not
|
||||||
## HedgeDoc-server
|
## HedgeDoc-server
|
||||||
These endpoints return information about the running HedgeDoc instance.
|
These endpoints return information about the running HedgeDoc instance.
|
||||||
|
|
||||||
| Endpoint | HTTP-Method | Description |
|
| Endpoint | HTTP-Method | Description |
|
||||||
| --------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ---------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `/status` | `GET` | **Returns the current status of the HedgeDoc instance.**<br>The data is returned as a JSON object containing the number of notes stored on the server, (distinct) online users and more. |
|
| `/status` | `GET` | **Returns the current status of the HedgeDoc instance.**<br>The data is returned as a JSON object containing the number of notes stored on the server, (distinct) online users and more. |
|
||||||
|
| `/metrics` | `GET` | **Prometheus-compatible endpoint**<br>Exposes the same stats as `/status` in addition to various Node.js performance figures. Available since HedgeDoc 1.8 |
|
||||||
|
|
|
@ -3,10 +3,13 @@
|
||||||
### Features
|
### Features
|
||||||
- Database migrations are now automatically applied on application startup.
|
- Database migrations are now automatically applied on application startup.
|
||||||
The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted.
|
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
|
### Enhancements
|
||||||
- Removed dependency on external imgur library
|
- 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
|
## <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.
|
This release fixes a security issue. We recommend upgrading as soon as possible.
|
||||||
### Security Fixes
|
### Security Fixes
|
||||||
|
|
Loading…
Reference in a new issue