From fd9527e50a1cd2eff351bcd67d17b4f879725127 Mon Sep 17 00:00:00 2001 From: Noemi <45180344+unflxw@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:10:20 +0100 Subject: [PATCH] Publish package v2.8.0 Update version number and CHANGELOG.md. --- .../always-use-jason-to-encode-json.md | 6 ------ .changesets/probes-update.md | 7 ------- .changesets/skip-more-disk-mountpoints.md | 14 ------------- CHANGELOG.md | 20 +++++++++++++++++++ mix.exs | 2 +- 5 files changed, 21 insertions(+), 28 deletions(-) delete mode 100644 .changesets/always-use-jason-to-encode-json.md delete mode 100644 .changesets/probes-update.md delete mode 100644 .changesets/skip-more-disk-mountpoints.md diff --git a/.changesets/always-use-jason-to-encode-json.md b/.changesets/always-use-jason-to-encode-json.md deleted file mode 100644 index b1d8412fa..000000000 --- a/.changesets/always-use-jason-to-encode-json.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: "minor" -type: "change" ---- - -Always use Jason to encode JSON. This removes the need to install either Jason or Poison alongside AppSignal, simplifying our installation instructions. diff --git a/.changesets/probes-update.md b/.changesets/probes-update.md deleted file mode 100644 index d857f4636..000000000 --- a/.changesets/probes-update.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -bump: "patch" -type: "fix" ---- - -- 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. diff --git a/.changesets/skip-more-disk-mountpoints.md b/.changesets/skip-more-disk-mountpoints.md deleted file mode 100644 index 3b7b4c359..000000000 --- a/.changesets/skip-more-disk-mountpoints.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -bump: "patch" -type: "change" ---- - -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/` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aeb505d3..f7b023902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # AppSignal for Elixir changelog +## 2.8.0 + +### Changed + +- [8e8911f0](https://github.com/appsignal/appsignal-elixir/commit/8e8911f0091d5a74633235a5e4371fe0369e405f) minor - Always use Jason to encode JSON. This removes the need to install either Jason or Poison alongside AppSignal, simplifying our installation instructions. +- [9dbf8d82](https://github.com/appsignal/appsignal-elixir/commit/9dbf8d829e5aa4cbb1c73a8c5594cb0b9ab9d31a) 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 + +- [9dbf8d82](https://github.com/appsignal/appsignal-elixir/commit/9dbf8d829e5aa4cbb1c73a8c5594cb0b9ab9d31a) 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. + ## 2.7.13 ### Changed diff --git a/mix.exs b/mix.exs index 57974d7a0..e77e06dfd 100644 --- a/mix.exs +++ b/mix.exs @@ -14,7 +14,7 @@ defmodule Appsignal.Mixfile do use Mix.Project @source_url "https://github.com/appsignal/appsignal-elixir" - @version "2.7.13" + @version "2.8.0" def project do [