quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

default fields inexistent in trace #67

Closed fulmicoton closed 6 months ago

fulmicoton commented 6 months ago

By default, when searching traces in grafana, the default field is not set.

We have some relevant field we should be able to search into. span_name for instance, but also event_names, which is a tokenized name that is not even visible from the user without looking into our source code.

fmassot commented 6 months ago

@fulmicoton I fixed it in Quickwit. https://github.com/quickwit-oss/quickwit/pull/4602