Optional. A filter against labels for the request.
By default, searches use prefix matching. To specify exact match, prepend
a plus symbol (+) to the search term.
Multiple terms are ANDed. Syntax:
root:NAME_PREFIX or NAME_PREFIX: Return traces where any root
span starts with NAME_PREFIX.
+root:NAME or +NAME: Return traces where any root span's name is
exactly NAME.
span:NAME_PREFIX: Return traces where any span starts with
NAME_PREFIX.
+span:NAME: Return traces where any span's name is exactly
NAME.
latency:DURATION: Return traces whose overall latency is
greater or equal to than DURATION. Accepted units are nanoseconds
(ns), milliseconds (ms), and seconds (s). Default is ms. For
example, latency:24ms returns traces whose overall latency
is greater than or equal to 24 milliseconds.
label:LABEL_KEY: Return all traces containing the specified
label key (exact match, case-sensitive) regardless of the key:value
pair's value (including empty values).
LABEL_KEY:VALUE_PREFIX: Return all traces containing the specified
label key (exact match, case-sensitive) whose value starts with
VALUE_PREFIX. Both a key and a value must be specified.
+LABEL_KEY:VALUE: Return all traces containing a key:value pair
exactly matching the specified text. Both a key and a value must be
specified.
Optional. A filter against labels for the request.
By default, searches use prefix matching. To specify exact match, prepend
a plus symbol (+) to the search term.
Multiple terms are ANDed. Syntax:
root:NAME_PREFIX or NAME_PREFIX: Return traces where any root
span starts with NAME_PREFIX.
+root:NAME or +NAME: Return traces where any root span's name is
exactly NAME.
span:NAME_PREFIX: Return traces where any span starts with
NAME_PREFIX.
+span:NAME: Return traces where any span's name is exactly
NAME.
latency:DURATION: Return traces whose overall latency is
greater or equal to than DURATION. Accepted units are nanoseconds
(ns), milliseconds (ms), and seconds (s). Default is ms. For
example, latency:24ms returns traces whose overall latency
is greater than or equal to 24 milliseconds.
label:LABEL_KEY: Return all traces containing the specified
label key (exact match, case-sensitive) regardless of the key:value
pair's value (including empty values).
LABEL_KEY:VALUE_PREFIX: Return all traces containing the specified
label key (exact match, case-sensitive) whose value starts with
VALUE_PREFIX. Both a key and a value must be specified.
+LABEL_KEY:VALUE: Return all traces containing a key:value pair
exactly matching the specified text. Both a key and a value must be
specified.
Optional. Maximum number of traces to return. If not specified or <= 0, the
implementation selects a reasonable value. The implementation may
return fewer traces than the requested page size.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]