-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add maas_rally metric/alarm for influxdb failures
This change adds a new metric (influxdb_success) and alarm when maas_rally is configured to send metrics to an influxdb endpoint. This makes influxdb write failures non-fatal so that we still get performance metrics to the MaaS API if writing to influxdb fails.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/influxdb-error-check-3b4b7734f2f876d7.yaml
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 @@ | ||
--- | ||
features: | ||
- If maas_rally is configured to write to an influxdb endpoint, a new metric | ||
(influxdb_success) and alarm will be created to generate alerts if writing | ||
to influxdb fails. A failure to write to influxdb is no longer fatal, | ||
which allows performance metrics to still be reported via the MaaS API even | ||
if the influxdb endpoint is unavailable. |