πŸ“„ To Span Label PairsΒΆ

processors.to_span_label_pairs

type: PostProcess
operator: 
  type: RegexParser
  regex: \s*((?:[^,:\\]|\\.)+?)\s*:\s*((?:[^,:\\]|\\.)+?)\s*(?=,|$)
[source]

Explanation about RegexParserΒΆ

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

Read more about catalog usage here.