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

16 Dec 14:30
0b0ba23
Compare
Choose a tag to compare

Improvements:

  • nvidia_smi: collect CSV format (#1023).

Fixes:

  • prometheus: skip Summary/Histogram NaN values (#1027).

v0.46.0

09 Dec 14:48
b421953
Compare
Choose a tag to compare

Improvements:

  • wmi: add AD metrics (#1003).
  • wmi: add ADCS metrics (#1007).
  • wmi: add ADFS metrics (#1013).
  • nginxplus: add SSL error metrics (#1010).
  • prometheus: create a chart with labels per label set instead of a dimension per label set (#1004, #1017).

Fixes:

  • postgres: skip querying query/transaction running time for version below 10.

v0.45.0

28 Nov 09:01
e0c79e9
Compare
Choose a tag to compare

Improvements:

  • nginxplus: add resolver metrics (#996).
  • nginxplus: add http cache io/iops metrics (#997).
  • logstash: remove pipeline instance from family and add it as a chart label (#998).
  • httpcheck: add 'url' label to charts (#999).
  • portcheck: add 'host' label to charts (#1000).
  • x590check: add 'source' label to charts (#1001).
  • whoisquery: add 'domain' label to charts (#1002).

v0.44.0

21 Nov 10:55
db92699
Compare
Choose a tag to compare

New:

  • nginxplus: add NGINX Plus collector (#992).

Improvements:

  • wmi: add MSSQL metrics (#991).

Fixes:

  • nvme: handle string and float values (#993).

v0.43.1

14 Nov 10:31
49775c8
Compare
Choose a tag to compare

Improvements:

  • wmi: add IIS metrics (#972)
  • weblog: add IIS job (#977)

Fixes:

  • postgres: protect schema/table names with quote_ident (#978)
  • postgres: add missing schemaname to indexrelname when using pg_relation_size (#979)

v0.43.0

07 Nov 19:29
1048142
Compare
Choose a tag to compare

New:

  • nvme: add collector that monitors NVMe devices SMART and health metrics (#973).

Fixes:

  • whoisquery: handle ExpirationDate with space (#974).
  • wmi: various fixes (#964, #968, #971).

v0.42.1

01 Nov 15:03
9d31a7d
Compare
Choose a tag to compare

Improvements:

  • wmi: collect services (#961).
  • ping: add standard deviation RTT chart (#963).
  • agent: resolve hostname in job name (#959).

Fixes:

  • postgres: fix query queryable databases (#960).
  • prometheus: remove wmi_exporter_local job (#958).

v0.42.0

31 Oct 11:12
3f7ab34
Compare
Choose a tag to compare

New:

  • ping: add collector that measures round-tripe time and packet loss by sending ping messages to network hosts (#952).

Improvements:

  • wmi: collect process metrics (#953, #954).

v0.41.2

27 Oct 18:20
71b5b6a
Compare
Choose a tag to compare

Improvements:

  • cassandra: collect row cache (#945).
  • cassandra: add read/write client req latencies histogram (#947).

Fixes:

  • agent: fix config unmarshalling with web.HTTP inlined (#950).

Other:

  • pihole: remove top charts and refactor (#944).

v0.41.1

24 Oct 17:14
5bd40f7
Compare
Choose a tag to compare

Improvements:

  • wmi: collect TCP metrics (#938)
  • wmi: resolve "hostname" in URL (#941)

Fix:

  • pihole: respect headers config option (#942)