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.1 #119

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

Release notes

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

v0.18.1

Bug fixes

  • Fixed broken whitelist/blacklist flag functionality for iis collector #937

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)

... (truncated)

Commits
  • e07b205 Merge pull request #937 from breed808/iis_flags
  • 7d3c0d3 Add missing whitelist/blacklist checks for IIS
  • 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
  • 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
All committers have signed the CLA.

dependabot[bot] commented 2 years ago

Superseded by #133.