@Pranay@Ashu I don't think we support such queries today🤔 but might be a good addition
👍 1
Ankit Nayan
07/14/2022, 1:19 PM
@Anton Davydov can you please create an issue and we will check if this is already enabled and disabled by mistake or we can make an addition to this
Ankit Nayan
07/14/2022, 1:20 PM
though it would be much more performant if you know the tag key you want to search in as we suggest values for tag keys.
Ankit Nayan
07/14/2022, 1:21 PM
Is searching by tag key not that easy? @Anton Davydov
a
Anton Davydov
07/14/2022, 1:47 PM
Hi @Ankit Nayan, thank you for a swift reply! What search query would you recommend for tags that are passed as objects? For instance a tag "args" is "{0{message "sometext", otherArgs: "othertext"}}"
Anton Davydov
07/14/2022, 1:49 PM
I can search by tag
args in ("{0:{message: "sometext", otherArgs: "othertext"}}")
but that would match only this exact trace, and wouldn't match other traces that have the same "message" but different "otherArgs".
a
Ankit Nayan
07/14/2022, 1:53 PM
that is true...usually users just store non-nested json as values of a tag key. The filtering is a bit coupled to keys today I would say. A free text search across all of tag keys and values might be a good idea.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.