zipkin
zipkin copied to clipboard
Spans can't be searched filtering with tagQuery and spanName when using cassandra as storage
Describe the Bug
As titled.
Steps to Reproduce
- Invoke API of apps to generate some trace data to report.
- Search with tagQuery such as
tagQuery=http.method=GET
, spans related will appear in results. - Search with spanName such as
spanName=get /zipkin/api/v2/traces
, spans related will appear in results. - Search with tagQuery and spanName, even if there exists data after filtered by step 2,3, but search result is empty.
Expected Behaviour
There should be matched results of span data.