Skip to content

Commit

Permalink
Prepare 3.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgear committed Jan 7, 2024
1 parent 720f73a commit 833302f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ The current development release is 3.0.6. This is the recommended version for
anyone who wants the latest features. It should be suitable for production
deployment very soon.

## [3.0.8] - 2024-01-07

### Changed

- Ensure all telegraf metrics are timestamped in microseconds.
Because output to telegraf is buffered, we can't rely on telegraf doing the
timestamping (multiple samples get timestamped with the same or very similar
times), so we add a timestamp to every metric line as soon as we see it.
- `ntpmon_info` metric in telegraf mode split into
`ntpmon_resident_set_size_bytes`, `ntpmon_virtual_memory_size_bytes`, and
`ntpmon_uptime_seconds` in prometheus mode, with tags only on
`ntpmon_uptime_seconds`, to tidy metric names and reduce tag cardinality when
used with prometheus. These retain their existing names in telegraf mode.


## [3.0.7] - 2024-01-05

### Changed
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ntpmon (3.0.8-1) focal; urgency=medium

* New upstream release.

-- Paul Gear <github@libertysys.com.au> Sun, 07 Jan 2024 13:33:33 +1000

ntpmon (3.0.7-1) focal; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion src/version_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# and bash.
MAJOR="3"
MINOR="0"
PATCH="7"
PATCH="8"

0 comments on commit 833302f

Please sign in to comment.