| 646 | } |
| 647 | |
| 648 | type testCase struct { |
| 649 | name string |
| 650 | attribute string |
| 651 | query string // used to derive conditions and for the mock fetcher |
| 652 | expectedValues []tempopb.TagValue |
| 653 | } |
| 654 | |
| 655 | for _, tc := range []testCase{ |
| 656 | { |
no outgoing calls