Questions tagged [traceql]

1 questions
0
votes
0 answers

TraceQL query to find traces containing one span but not another

I'm trying to find "broken" traces where one span was reported but another one wasn't. I've found a workaround, but it is quite ugly and I think it should be possible to do in a nicer and more robust way: { name =~ "start|finish" } || { name =…
Cyberwiz
  • 11,027
  • 3
  • 20
  • 40