-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push handler metrics to main service when exiting (#565)
This PR prevents the last prometheus metrics to be lost at the end of an egress by pushing them in a new ipc message to the main service process. This is particularly important since the last set of metrics contains file and manifest upload information. The metrics pushed by the handler on exit are stored in an array in the Service object. They are appended to the other metrics in the prometheus gatherer.
- Loading branch information
1 parent
4d765bf
commit 147775b
Showing
9 changed files
with
315 additions
and
130 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
Oops, something went wrong.