Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Releases: netdata/go.d.plugin

v0.58.1

08 Feb 09:33
0036acb
Compare
Choose a tag to compare

No changes. This release is necessary to fix links when generating documentation.

v0.58.0

04 Jan 16:48
e51ecc8
Compare
Choose a tag to compare

Improvements:

  • httpcheck: add an option to check for specific key-value pairs in the HTTP headers of the response (#1451).
  • prometheus: add support for reading metrics from files (#1453).
  • weblog: improve parser detection (#1454).

Fixes:

  • upsd: use "ups.realpower" if "ups.realpower.nominal" is not available (#1444).
  • postgres: check if the user is a member of "pg_read_all_stats" when querying db size for v10+ (#1445).
  • wireguard: ignore peers that haven't been connected (#1449).
  • weblog: fix parsing HTTP/3 (#1450).
  • logind: disable by default on systems with systemd 239 (#1452).

Other:

  • add vendor archive to release artifacts (#1434).
  • nvme: use ndsudo if available (#1446).

v0.57.2

04 Dec 10:51
77cd285
Compare
Choose a tag to compare

httpcheck: treat redirect as success if 301 in accepted (#1429).

v0.57.1

23 Nov 12:55
25f8d1c
Compare
Choose a tag to compare
  • logger: skip time when logging to journald (#1427)
  • logger: update netdata log level env variable (#1428)

v0.57.0

17 Nov 14:35
6f5afd6
Compare
Choose a tag to compare

Improvements:

  • weblog: support for nested JSON parsing (#1416).
  • agent: switch to structured logger (#1417, #1418).

v0.56.4

27 Oct 10:19
370f36e
Compare
Choose a tag to compare
  • mysql: use performance_schema for MySQL v8.0.22+ (#1390).
  • mysql: use SHOW REPLICA STATUS for MySQL v8.0.22+ (#1392).
  • set required golang to 1.21 (#1394).
  • add config.tar.gz with version to artifacts (#1395).

v0.56.3

17 Oct 14:15
e9ecc29
Compare
Choose a tag to compare

dyncfg: send reset on reload (#1374)

v0.56.2

13 Oct 13:23
ef9e097
Compare
Choose a tag to compare

Modules metadata updates

v0.56.1

02 Oct 19:49
294152d
Compare
Choose a tag to compare
  • agent: respect env NETDATA_LOG_SEVERITY_LEVEL (#1351).
  • agent: configs cleanup (#1350).

v0.56.0

27 Sep 09:50
3b79779
Compare
Choose a tag to compare

New:

  • upsd (NUT) collector (#1341).

Improvements:

  • ping: add network option that allows configuration of DNS resolution (#1348).
  • weblog: add custom_numeric_fields option (#1343).
  • mysql: don't stop collecting slave and user statistics on timeout (#1346).
  • openvpn_status_log: don't count "UNDEF" users (#1334).