12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- [
- {
- "query": "project.id:one",
- "result": [
- {"type": "spaces", "value": ""},
- {
- "type": "filter",
- "filter": "text",
- "negated": false,
- "invalid": {
- "reason": "Invalid number. Expected number then optional k, m, or b suffix (e.g. 500k)",
- "expectedType": ["numeric", "numericIn"]
- },
- "key": {"type": "keySimple", "value": "project.id", "quoted": false},
- "operator": "",
- "value": {"type": "valueText", "value": "one", "quoted": false}
- },
- {"type": "spaces", "value": ""}
- ]
- },
- {
- "query": "issue.id:two",
- "result": [
- {"type": "spaces", "value": ""},
- {
- "type": "filter",
- "filter": "text",
- "negated": false,
- "invalid": {
- "reason": "Invalid number. Expected number then optional k, m, or b suffix (e.g. 500k)",
- "expectedType": ["numeric", "numericIn"]
- },
- "key": {"type": "keySimple", "value": "issue.id", "quoted": false},
- "operator": "",
- "value": {"type": "valueText", "value": "two", "quoted": false}
- },
- {"type": "spaces", "value": ""}
- ]
- },
- {
- "query": "transaction.duration:>hotdog",
- "result": [
- {"type": "spaces", "value": ""},
- {
- "type": "filter",
- "filter": "text",
- "negated": false,
- "invalid": {
- "reason": "Invalid duration. Expected number followed by duration unit suffix",
- "expectedType": ["duration"]
- },
- "key": {"type": "keySimple", "value": "transaction.duration", "quoted": false},
- "operator": "",
- "value": {"type": "valueText", "value": ">hotdog", "quoted": false}
- },
- {"type": "spaces", "value": ""}
- ]
- },
- {
- "query": "measurements.lcp:>hotdog",
- "result": [
- {"type": "spaces", "value": ""},
- {
- "type": "filter",
- "filter": "text",
- "negated": false,
- "invalid": {
- "reason": "Invalid duration. Expected number followed by duration unit suffix",
- "expectedType": ["duration"]
- },
- "key": {"type": "keySimple", "value": "measurements.lcp", "quoted": false},
- "operator": "",
- "value": {"type": "valueText", "value": ">hotdog", "quoted": false}
- },
- {"type": "spaces", "value": ""}
- ]
- },
- {
- "query": "spans.db:>hotdog",
- "result": [
- {"type": "spaces", "value": ""},
- {
- "type": "filter",
- "filter": "text",
- "negated": false,
- "invalid": {
- "reason": "Invalid duration. Expected number followed by duration unit suffix",
- "expectedType": ["duration"]
- },
- "key": {"type": "keySimple", "value": "spans.db", "quoted": false},
- "operator": "",
- "value": {"type": "valueText", "value": ">hotdog", "quoted": false}
- },
- {"type": "spaces", "value": ""}
- ]
- }
- ]
|