Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: update dependencies for monitoring services #379

Merged
merged 7 commits into from
Nov 8, 2023

Conversation

keithf4
Copy link
Collaborator

@keithf4 keithf4 commented Nov 1, 2023

Description

Update build dependencies to the following

  • node_exporter >= 1.5, < 1.7 (fixes new startup parameter name for tls/auth)
  • postgres_exporter >= 0.10.1, < 0.16.0
  • prometheus >= 2.38, < 2.48
  • alertmanager >= 0.23, < 0.27
  • grafana >= 9.2.19, < 10

Please indicate what kind of change your PR includes (multiple selections are acceptable):

  • Bugfix
  • Enhancement
  • Breaking Change
  • Documentation

PRs should be against existing issues, so please list each issue using a separate 'closes' line:

closes #378

Testing

None of the testing listed below is optional.

  • Installation method:
    • Binary install from source, version:
    • OS package repository, distro, and version:
    • Local package server, version:
    • Custom-built package, version:
    • Other:
  • PostgreSQL, Specify version(s):
  • docs tested with hugo version(s):

Code testing

Have you tested your changes against:

  • RedHat/CentOS
  • Ubuntu
  • SLES
  • Not applicable

If your code touches postgres_exporter, have you:

  • Tested against all versions of PostgreSQL affected
  • Ensure that exporter runs with no scrape errors
  • Not applicable

If your code touches node_exporter, have you:

  • Ensure that exporter runs with no scrape errors
  • Not applicable

If your code touches Prometheus, have you:

  • Ensured all configuration changes pass promtool check config
  • Ensured all alert rule changes pass promtool check rules
  • Prometheus runs without issue
  • Alertmanager runs without issue
  • Not applicable

If your code touches Grafana, have you:

  • Ensured Grafana runs without issue
  • Ensured relevant dashboards load without issue
  • Not applicable

Checklist:

  • I have made corresponding changes to:
    • the documentation
    • the release notes
    • the upgrade doc

@keithf4 keithf4 added the FEATURE New feature or request label Nov 1, 2023
@keithf4 keithf4 added this to the Next milestone Nov 1, 2023
@keithf4 keithf4 self-assigned this Nov 1, 2023
@keithf4 keithf4 changed the title feature: update dependencies for node_exporter 1.5+ feature: update dependencies for monitoring services Nov 1, 2023
changelogs/fragments/378.yml Outdated Show resolved Hide resolved
changelogs/fragments/378.yml Outdated Show resolved Hide resolved
keithf4 and others added 2 commits November 2, 2023 12:34
Co-authored-by: Douglas J Hunley <doug.hunley@gmail.com>
@keithf4 keithf4 requested a review from hunleyd November 2, 2023 16:35
pgguru
pgguru previously approved these changes Nov 2, 2023
hunleyd
hunleyd previously approved these changes Nov 3, 2023
@keithf4 keithf4 dismissed stale reviews from hunleyd and pgguru via d142a58 November 3, 2023 19:22
@keithf4 keithf4 requested review from hunleyd and pgguru November 3, 2023 19:23
Copy link
Contributor

@jchancojr jchancojr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hunleyd hunleyd merged commit 1350b23 into CrunchyData:development Nov 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for node_exporter 1.5+
4 participants