diff options
author | Valery Piashchynski <[email protected]> | 2021-06-08 12:16:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-08 12:16:54 +0300 |
commit | f02fcd10ab8104b69581bbe2c3e1fd80a47c4316 (patch) | |
tree | 3dc084ba0ad0fe0e2cea7e483eae622177c744fb /CHANGELOG.md | |
parent | 0a48df5e5e44aaefa503669d7fb75490f1be103f (diff) | |
parent | 20da67889c6743d0d7efc5027372331145d57d96 (diff) |
#709 feat(metrics): expose HTTP metrics
#709 feat(metrics): expose HTTP metrics
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9a9a7b..80ee8681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ v2.3.0 (08.06.2021) in [schemastore.org](https://github.com/SchemaStore/schemastore/pull/1614)) - ✏️ `latest` docker image tag supported now (but we strongly recommend using a versioned tag (like `0.2.3`) instead) - ✏️ Add new option to the `http` config section: `internal_error_code` to override default (500) internal error code. +- ✏️ Expose HTTP plugin metrics (workers memory, requests count, requests duration). ## 🩹 Fixes: |