forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error counters to every node type
Add error count to alert node Each instance of `E!` now increments the error count for the alert node. Add error count to batch node Each instance of `E!` now increments the error count. Add error count to combine node Each instance of `E!` now increments the error count for a combine node. Add error count to where node Each instance of `E!` now increments the error count Add error count to derivative node Each instance of `E!` now increments a the error count. Add error count to eval node Each instance of `E!` now increments the node error count. It should be noted that the eval node already tracks its own errors. Add error count to flatten node Each instance of `E!` now increments the nodes error count. Add error count to influxdb_out node Each instance of `E!` now increments the node's error count. Add error count to influxql node Each instance of `E!` now increments the nodes error count. Add error count to join node Note the TODO item. Add errors count to k8s autoscale node Note here that k8s already tracks it's own error count. Add error count to log node Each instance of `E!` now increments the error count Add error count to stream node Each insance of `E!` now increments the nodes error count Remove incrementErrorCount from handler Accidentally added it here. Change errors to k8s_errors in K8sAutoscaleNode Rename error_count to errors for node error count Add node errors to node struct Doing this prevents an unnecessary map lookup each time the error count is updated. Pass JoinNode pointer to joinset JoinIntoBatch To increment the nodes error count, a reference to the node must be passed down. Add entry to changelog Remove batch errors in favor of global node error Remove k8 errors in favor of global errors Remove JoinNode reference from JoinIntoBatch fn
- Loading branch information
Showing
16 changed files
with
61 additions
and
26 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
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
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
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
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
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
Oops, something went wrong.