πŸ“„ To Span Label PairsΒΆ

Note

ID: processors.to_span_label_pairs | Type: PostProcess

{
    "__type__": "post_process",
    "operator": {
        "__type__": "regex_parser",
        "regex": "\\s*((?:[^,:\\\\]|\\\\.)+?)\\s*:\\s*((?:[^,:\\\\]|\\\\.)+?)\\s*(?=,|$)"
    }
}

Explanation about RegexParserΒΆ

A processor that uses regex in order to parse a string.

Read more about catalog usage here.