-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: update dependencies for monitoring services (#379)
* feature: update dependencies for node_exporter 1.5+ * feat: update build dependencies for other monitoring packages * chore: update changelog fragment * Apply suggestions from code review Co-authored-by: Douglas J Hunley <doug.hunley@gmail.com> * chore: fix changelog fragment * feat: allow older versions of pg exporter and grafana for now * chore: update changelog --------- Co-authored-by: Douglas J Hunley <doug.hunley@gmail.com>
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
major_changes: | ||
- grafana - add Alertmanager datasource to Grafana to allow direct alert management via Grafana | ||
- grafana - update 'Prometheus Alerts' dashboard to include new alert panel interface for active alerts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
minor_changes: | ||
- node_exporter - minimum version 1.5.0, maximum 1.6.x | ||
- postgres_exporter - minimum version 0.10.1, maximum 0.15.x | ||
- prometheus - minimum version 2.38, maximum 2.47.x | ||
- alertmanager - minimum version 0.23, maximum 0.26.x | ||
- grafana - minimum version 9.2.19, maximum 9.9.x |