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.37.0

21 Aug 19:03
faa01a2
Compare
Choose a tag to compare

Improvements:

  • mysql: collect more user stats metrics (#775).
  • mysql: add Percona MySQL compatibility (#776).
  • docker: collect images and volumes stats (#777).
  • dnsmasq_dhcp: discover dhcp-ranges at runtime (#778).

v0.36.0

18 Aug 16:55
6ff8777
Compare
Choose a tag to compare

New collectors:

  • docker: collect the number of running containers and their health state (#760).

Improvements:

  • mysql: produce binary log and MyISAM charts if they're enabled (#763).

Bugfixes:

  • agent: do cleanup on exit (#758).

v0.35.0

07 Aug 17:11
2c12f65
Compare
Choose a tag to compare

New collectors:

v0.34.0

04 Aug 09:44
b9be291
Compare
Choose a tag to compare

New collectors:

  • postgres: collect global, databases and replication metrics (#718).
  • wireguard: collect VPN network interfaces and peers traffic (#744).

Improvements:

  • snmp: inherit dimension algorithm if not set (#737).

Bugfixes:

  • apache: fix empty charts on "ServerMPM: prefork" (#715).
  • k8s_state: handle slow setting spec.NodeName for Pods (#717).

v0.33.1

12 Jul 17:59
d653897
Compare
Choose a tag to compare

Improvements:

  • nginx: add common stub_status locations (#702).
  • openvpn_status_log: simplify and enable by default (#709, #713).
  • chrony: simplify chrony and enable by default (#712).

Bugfixes:

  • k8s_state: fix collecting metrics for Nodes with . in names (#710).
  • web_log: fix parsing multiple values nginx upstream_response_time (#711).

v0.33.0

30 Jun 16:06
b281983
Compare
Choose a tag to compare

New modules:

  • chrony: tracks Chrony server accuracy and statistics. The initial version. Disabled by default for now (#678).
  • k8s_state: collects K8s cluster state metrics (#673).

Bugfixes:

  • mysql: fix handling adding userstats metrics in runtime (#689).

v0.32.3

09 May 18:35
93d5058
Compare
Choose a tag to compare

New modules:

  • openvpn_status_log: parses OpenVPN status log file and provides summary (client, traffic) metrics (#675, #681). Initial version, disabled by default for now.

Bugfixes:

  • snmp: fix collecting Integer type values (#680).
  • snmp: fix setting chart units (#682).

v0.32.2

11 Apr 16:52
2f32cd8
Compare
Choose a tag to compare

Bugfixes:

  • agent: remove the data collection job name from the "Execution time" chart.
  • k8s_kubelet: handle renamed metrics (#674)

v0.32.1

01 Apr 17:09
62938a1
Compare
Choose a tag to compare

Improvements:

  • prometheus: add a config option to set the application (#669)

Bugfixes:

  • agent: skip reading stock configuration files in k8s (#670)

v0.32.0

28 Mar 07:07
aa4476d
Compare
Choose a tag to compare

New modules:

Improvements:

  • wmi: collect thermalzone metrics (#667)

Bugfixes:

  • mongodb: fix handling of replica set charts dimensions (#646)
  • prometheus: skip invalid metric type entries when parsing (#665)
  • agent: do not hardcode context in the runtime charts (#668)