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.18.0 #117

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

Release notes

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

v0.18.0

:warning: Breaking changes

  • Added missing "_total" suffix to counter metrics in tcp collector (#905, thanks @​mjtrangoni!). Metrics were previously windows_tcp_connection_failures, windows_tcp_connections_active, windows_tcp_connections_passive and windows_tcp_connections_reset.
  • Removed "_count" suffix from non-histogram and non-summary metrics in the process, terminal_services and time collectors (#901, thanks @​mjtrangoni!). Metrics were previously windows_process_handle_count, windows_process_thread_count, windows_terminal_services_handle_count, windows_terminal_services_thread_count and windows_time_ntp_client_time_source_count.

Enhancements

  • Added collector for Active Directory Certificate Services (#895, thanks @​akrauza!)
  • Added additional metrics to the adfs collector (#909, thanks @​akrauza!)

Bug fixes

  • Fixed default listening port behavior for MSI installations (#912)
  • Fixed end-to-end test failures in CI with client_golang >= v1.12.0 (#924)
  • Fixed iis collector returning errors with IIS versions greater than 7 (#921, thanks @​aymericDD!)

Changes

:bug: Known Bugs

  • Collectors using the WMI metric source may experiencing memory leaks (#813).

v0.17.1

Bug fixes

  • textfile collector was generating duplicate metrics, failing scrapes #902

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!)

... (truncated)

Commits
  • 27b2ca0 Merge pull request #921 from aymericDD/fix/903
  • 803a0a9 fix: iis metrics greater than IIS v7
  • 4891acb Merge pull request #934 from prometheus-community/dependabot/go_modules/githu...
  • fa51270 Add new client_golang metrics to e2e output
  • a68e6af Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1
  • 7ad9b6d Merge pull request #927 from prometheus-community/dependabot/go_modules/githu...
  • 9acd5e6 Bump github.com/Microsoft/hcsshim from 0.9.1 to 0.9.2
  • 277f141 Merge pull request #924 from breed808/e2e_fix
  • 2a5c51a Don't upgrade dependencies when installing tools
  • ce205d4 Merge pull request #909 from akrauza/more-adfs-metrics-again
  • 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.

gsanchezgavier commented 2 years ago

Found a concerning memory leak in the known bugs report from latest version

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.