How to filter traces by a custom label in a span

Hey! I’m trying to find a way to only see the spans with a particular label value. Similar to opening the traces on Grafana and typing something like {span.mycustomfield=”value”} and seeing all the spans underneath. Tried doing it on kibana Applications/Traces “Search transactions” bar, it sees my custom label key but doesn’t see any values (and doesn’t show anything after filtering). Any ideas?

Hello @xyz1111

Welcome to the community!!

I believe as you suggested below is the screen & custom filter which is applied by you but for your custom field there are no values to filter ?

Can we see via Discover > APM Dataview if you are able to filter the records over there ?

This can help to know why your search using custom field has issues on the Traces screen.

Thanks!!