Releases: netdata/go.d.plugin
Releases · netdata/go.d.plugin
v0.58.1
No changes. This release is necessary to fix links when generating documentation.
v0.58.0
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
httpcheck: treat redirect as success if 301 in accepted (#1429).
v0.57.1
- logger: skip time when logging to journald (#1427)
- logger: update netdata log level env variable (#1428)
v0.57.0
Improvements:
- weblog: support for nested JSON parsing (#1416).
- agent: switch to structured logger (#1417, #1418).
v0.56.4
- 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
dyncfg: send reset on reload (#1374)
v0.56.1
- agent: respect env NETDATA_LOG_SEVERITY_LEVEL (#1351).
- agent: configs cleanup (#1350).
v0.56.0
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).