You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often when I am doing a search and I have narrowed down to my serviceName I would like to see trends and traces for everything except one specific operationName. Is there anyway that search can support this feature?
serviceName=my-service operationName!=slowCall
The text was updated successfully, but these errors were encountered:
Currently, it's not available, but we are already working on adding this feature. We are ready with Backend changes and @bulicekj is working on UI to support this.
@absrivastava@smyrick UI work is done (see #497). This is currently parked until we can figure out a better backend solution. Tagging @ashishagg as well, in case he has put any more thought into it
Often when I am doing a search and I have narrowed down to my
serviceName
I would like to see trends and traces for everything except one specificoperationName
. Is there anyway that search can support this feature?serviceName=my-service operationName!=slowCall
The text was updated successfully, but these errors were encountered: