Skip to content
Snippets Groups Projects
Commit df01f539 authored by Henning Glawe's avatar Henning Glawe
Browse files

use matcherGroup instead of 'group'

parent 5e403153
Branches
Tags
No related merge requests found
......@@ -246,7 +246,7 @@ class JsonParseEventsWriterBackend(object):
'matcherName': match_telemetry['matcherName'],
'matchFlags': match_telemetry['matchFlags'],
'flatValues': match_telemetry['span_flat'],
'group': match_telemetry['group'],
'matcherGroup': match_telemetry['matcherGroup'],
}
self.__jsonOutput(res)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment