Skip to content

Add script used for quickly locating all gitaly instances by IP address

Matt Miller requested to merge mattmi/script-for-printing-all-gitaly-ips into master

While shadowing on call, I ran into a situation where workhorse's logs were referencing Gitaly machines by IP, this is annoyingly difficult to find with them being spread across many different projects. Here's a quick script I wrote to help find these instances with grep.

Merge request reports