This design document describes a language for selecting traces that Tempo will implement. This language is currently only focused on trace selection. It will be extended to derive metrics from traces ...
This Go library allows you to extract parts of a JSON object using the JSONPath query syntax. The JSONPath syntax parser is implemented using PEG, which helps keep the source code simple and ...