Skip to content

Commit

Permalink
fixup! Add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen committed Jan 2, 2022
1 parent 72c6bd4 commit 52240f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
causing vscode to think that push/pushAdd and delete didn't promise
resulting in incorrect behavior.

- The `processHandles` and `processRequests` metrics were replaced by the more
advanced `processResources` metric, which keeps a track of all sorts of active
resources. It consists of the following gauges:
- `nodejs_active_resources` - Number of active resources that are currently
keeping the event loop alive, grouped by async resource type.
- `nodejs_active_resources_total` - Total number of active resources.

### Added

## [14.0.0] - 2021-09-18
Expand Down
Binary file added example/.default-metrics.js.swp
Binary file not shown.

0 comments on commit 52240f0

Please sign in to comment.