newrelic / nri-winservices

Windows services Integration for New Relic Infrastructure
Apache License 2.0
8 stars 8 forks source link

Bump github.com/prometheus-community/windows_exporter from 0.16.0 to 0.17.0 #115

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/prometheus-community/windows_exporter from 0.16.0 to 0.17.0.

Release notes

Sourced from github.com/prometheus-community/windows_exporter's releases.

v0.17.0

:warning: Breaking changes

  • Fixed typo in windows_process_memory_limit_bytes metric (#805, thanks @​max-len!). Metric was previously windows_process_memory_limix_bytes
  • Added unit to windows_net_current_bandwidth_bytes metric (#804, thanks @​max-len!). Metric was previously windows_net_current_bandwidth.
  • Added unit to windows_process_working_set_bytes metric (#809). Metric was previously windows_process_working_set.

Enhancements

  • Replaced WMI in cs and os collectors (#702, thanks @​benridley and @​retryW!)
  • Added collector benchmarks (#744)
  • Added API collection source for the service collector (#812, thanks @​carlossscastro and @​roobre!). This collection source is non-default and can be enabled with the --collector.service.use-api flag (or corresponding configuration file option).
  • textfile collector: Set relative default path for textfile collector (#848, thanks @​ArtamonovEvgenii)

Bug fixes

  • Fixed sha265sum file content from builds (#765)
  • Prevented msmq collector from only collecting from the Computer Queues queue (#783)
  • Corrected layout of SystemInfo structs (#788, thanks @​benridley!)
  • Replaced deprecated log library in remaining collectors (#802)
  • Fixed textfile collector crashes with duplicate metrics (#759)
  • Added missing process collector metrics windows_process_working_set_private_bytes and `windows_process_working_set_peak_bytes (#809)
  • Fixed memory leak with service collector API source (#840, thanks @​alvarocabanas!)
  • thermalzone collector: return error on empty result (#841)
  • Fixed default path for textfile collector (#882, thanks @​geraudster!)
  • Fixed missing metrics for IIS version >= 8 (#887, thanks @​SouenMazouin!)
  • Fixed memory leak for collectors using Perflib metric source (#891, thanks @​datamuc!)
  • Removed explicit LISTEN_PORT from MSI installer (#883)

Changes

  • Corrected windows_tcp_connections_established metric type in collector documentation (#736, thanks @​basroovers!)
  • Fixed typo on remote_interactive example in logon collector (#748, thanks @​majerus1223!)
  • Updated CI to install tools with go install rather than go get (#753)
  • Added [defaults] collector example in README (#698, thanks @​ramonsmits!)
  • service collector: add configuration example (#767, thanks @​louij2!)
  • Corrected "Enabled by default?" value in memory collector (#778, thanks @​Wittionary!)
  • Added a 'data source' field to specify hcsshim of Host Compute Services in Hyper-V is used (#789, thanks @​Wittionary!)
  • Added missing core flag to cpu collector docs (#807, thanks @​max-len!)
  • logical_disk collector : Document expected delays in the size metrics (#846, thanks @​JDA88!)
  • Updated MAINTAINERS with security contacts (#861)
  • Replaced deprecated IsAnInteractiveSession function with IsWindowsService (#863, thanks @​jsturtevant!)
  • Fixed typo in net collector documentation: windows_net_packets_received_total_total -> windows_net_packets_received_total (#869, thanks @​rnjstjdgh!)
  • Updated project dependencies (#862, #873, #876, #874, #884)
  • Added Dependabot for semi-automated dependency updates (#871).
  • Fixed and updated golangci-lint reported issues (#892, thanks @​mjtrangoni!)

:bug: Known Bugs

  • Collectors using the WMI metric source may experiencing memory leaks (#183).
Commits
  • 4d771d2 Merge pull request #892 from mjtrangoni/fix-golanci-lint
  • 919f90a golangci-lint: Acknowledge all remaining checks and update golanci-lint to v1...
  • c7d07a3 Merge pull request #883 from breed808/msi_listen_port
  • 87c21bf Merge pull request #891 from breed808/update_perflib
  • df4f6b2 revive: make type exportable and remove unnecessary log word
  • 9e3c585 revive: Remove unnecessary = 0 from var declaration.
  • e4a43c5 codespell: Fix word spelling issues
  • 03e15a0 unconvert: Remove unnecessary conversion
  • b98a956 gofmt: Fix File is not gofmt-ed with -s for go1.17
  • 524bfde Merge pull request #887 from SouenMazouin/fix/request-error-total-iis
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 2 years ago

Superseded by #116.