You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Get-SoftwareStats, when creating the list of running processes, a process named the empty string is incorrectly included in the list and subsequently sent to Graphite.
Preferably, this should be fixed by altering the algorithm used to create the list so it never gets added in the first place.
Failing that, it would be acceptable to simply remove the empty string(s) from the list after the fact, or implement logic to not send a line if the process is named the empty string.
The text was updated successfully, but these errors were encountered:
In Get-SoftwareStats, when creating the list of running processes, a process named the empty string is incorrectly included in the list and subsequently sent to Graphite.
Preferably, this should be fixed by altering the algorithm used to create the list so it never gets added in the first place.
Failing that, it would be acceptable to simply remove the empty string(s) from the list after the fact, or implement logic to not send a line if the process is named the empty string.
The text was updated successfully, but these errors were encountered: