Skip to content

Commit

Permalink
Publish package v3.0.27
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Dec 6, 2023
1 parent 7ec2008 commit d29e5a1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changesets/fix-method-tag-override.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/koa-error-metrics.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changesets/probes-update.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/remove-route-tag.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changesets/skip-more-disk-mountpoints.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# AppSignal for Node.js Changelog

## 3.0.27

### Changed

- [5c460cc](https://github.com/appsignal/appsignal-nodejs/commit/5c460ccda90e128a8560c53f0094684fd31c00d6) patch - Remove `route` tag from HTTP server spans. Since the span will already have the route attribute as part of its name, the tag is redundant.
- [5c460cc](https://github.com/appsignal/appsignal-nodejs/commit/5c460ccda90e128a8560c53f0094684fd31c00d6) patch - Filter more disk mountpoints for disk usage and disk IO stats. This helps reduce noise in the host metrics by focussing on more important mountpoints.

The following mountpoint are ignored. Any mountpoint containing:

- `/etc/hostname`
- `/etc/hosts`
- `/etc/resolv.conf`
- `/snap/`
- `/proc/`

### Fixed

- [5c460cc](https://github.com/appsignal/appsignal-nodejs/commit/5c460ccda90e128a8560c53f0094684fd31c00d6) patch - Fix an issue where the `method` tag extracted from an incoming HTTP request span would be overriden with the method used for an outgoing HTTP request span.
- [5c460cc](https://github.com/appsignal/appsignal-nodejs/commit/5c460ccda90e128a8560c53f0094684fd31c00d6) patch - - Support disk usage reporting (using `df`) on Alpine Linux. This host metric would report an error on Alpine Linux.
- When a disk mountpoint has no inodes usage percentage, skip the mountpoint, and report the inodes information successfully for the inodes that do have an inodes usage percentage.
- [7ec2008](https://github.com/appsignal/appsignal-nodejs/commit/7ec20087293a6809f54b01097b87624d6c72042e) patch - Fix missing error metrics for the error rate and error count graphs in some scenarios, like with Koa apps.

## 3.0.26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/nodejs",
"version": "3.0.26",
"version": "3.0.27",
"main": "dist/index",
"types": "dist/index",
"license": "MIT",
Expand Down

0 comments on commit d29e5a1

Please sign in to comment.