Skip to content

Commit

Permalink
Merge branch 'main' into update-opentelemetry-dependencies
Browse files Browse the repository at this point in the history
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
#
# Conflicts:
#	package-lock.json
  • Loading branch information
tombruijn committed Dec 7, 2023
2 parents ec9c4fb + a694e4a commit 86a2c9e
Show file tree
Hide file tree
Showing 37 changed files with 716 additions and 383 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# AppSignal for Node.js Changelog

## 3.0.28

### Fixed

- [72e9e73](https://github.com/appsignal/appsignal-nodejs/commit/72e9e731b3a28155fe7c77d67ae619f649bfeec1) patch - Update the diagnose tool URLs printed by the CLI and package to the new location in our documentation.
- [96b8545](https://github.com/appsignal/appsignal-nodejs/commit/96b8545323195ee5857a18190c5138834e51756f) patch - Fix compatibility issue with Node.js's node-gyp package and Python 3.12.0. Python 3.12.0 removed a package called "distutils", causing the extension to fail to install. Upgrade the node-gyp package with the fix for this issue.

## 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
Loading

0 comments on commit 86a2c9e

Please sign in to comment.