cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Did the filtering on Exception message stop working in Distributed Tracing?

rikvangeffen
Newcomer

Hi there,

Per today I noticed that filtering on a != or "not in" way on "Exception message" does not work anymore in distributed tracing, for example:

Service = "SERVICE_NAME" AND "Request status" = Failure AND "Exception message" != "ERROR_MESSAGE

used to give responses, but now it can't find any requests, and under the hood it gives me this error:

"errorType": "PARSE_ERROR",
"errorMessage": "`|` isn't allowed here. Please check the autocomplete suggestions before the error for alternative options.",

4 REPLIES 4

MaximilianoML
Advisor

Hello @rikvangeffen !
Let me try to have a better understanding, where are you trying to make this search? 

Maximiliano Lopes

Fullstack developer | Tech Lover

rikvangeffen
Newcomer

Hi Maximiliano, actually a simple query for removing certain error messages so I can focus on others.

To give you an example:

This works: "Exception message" = "Location not found*"
But this doesn't not: "Exception message" != "Location not found*"



Alright, thanks for sharing.
So, according to the docs I saw, you must need this type of filtering:
DQL | NOT Matcher 

I can't really tell why that doesn't work anymore, but I tried with this example above and worked fine, let me know when you try.

Maximiliano Lopes

Fullstack developer | Tech Lover

siavash1996
Participant

I put in a ticket with Support for a similar issue. We could no longer filter using request attributes on the new Distributed Tracing app. I got this reply:

It seems likely that we have a regression in our latest release of the Distributed Tracing Platform App, as there are now multiple Customer's reporting the same issue. I have escalated this problem to the Development team for further review. In the meantime, please use the Distributed Traces Classic App as best as possible for a workaround.

So we'll just have to wait for a SaaS hotfix.

Featured Posts