ServiceInvokerthe literal text ServiceInvoker (case sensitive) \s+any whitespace character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
Group service_name(?<service_name>\w+) \w+any word character, repeated at least once
\)the literal ) (4110 / 518 / 2916)
\s+any whitespace character, repeated at least once
:the literal : (5810 / 728 / 3A16)
\s+any whitespace character, repeated at least once
Group service_flow(?<service_flow>\w+) \w+any word character, repeated at least once
\s+any whitespace character, repeated at least once
:the literal : (5810 / 728 / 3A16)
Negated Character Class[^=]+ +matches at least one character outside the set below:
=the literal = (6110 / 758 / 3D16)
=the literal = (6110 / 758 / 3D16)
\sany whitespace character
Group response_time(?<response_time>\d+) \d+a digit, repeated at least once
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string