jaeger icon indicating copy to clipboard operation
jaeger copied to clipboard

Jaeger UI doesn't present all spans with "Operation = All"

Open vitalykarasik opened this issue 2 years ago • 2 comments

Describe the bug Jaeger UI doesn't present all spans with "Operation = All"

To Reproduce Steps to reproduce the behavior:

  1. Launch Jaeger stack using docker compose
  2. Send a few spans
  3. Run "Find traces" for a particular service, with "Operation = All"

Expected behavior See all spans for this service

Screenshots Attaching two screenshots: with "Operations = All" I'm getting 3 spans "GET /Test", but with "Operation = GET /Test" I'm getting 5

Version (please complete the following information):

  • OS: Ubuntu 22
  • Jaeger version: [e.g. 1.8]
  • Deployment: Docker Compose

What troubleshooting steps did you try? Try to follow https://www.jaegertracing.io/docs/latest/troubleshooting/ and describe how far you were able to progress and/or which steps did not work. Screen Shot 2022-06-15 at 16 39 14 Screen Shot 2022-06-15 at 16 38 45

Additional context Add any other context about the problem here.

vitalykarasik avatar Jun 15 '22 13:06 vitalykarasik

The screenshots do not demonstrate the issue- there are 11 traces total in the 2nd search, maybe the remaining traces are below the fold.

yurishkuro avatar Jun 15 '22 13:06 yurishkuro

The screenshots do not demonstrate the issue- there are 11 traces total in the 2nd search, maybe the remaining traces are below the fold.

I sorted them by "Most spans", so "my" traces are on the top. Screen Shot 2022-06-15 at 17 07 35

vitalykarasik avatar Jun 15 '22 14:06 vitalykarasik

@vitalykarasik Do you still remember what type of storage was used? (memory, Elasticsearch, Cassandra, etc)

clement2026 avatar Dec 14 '22 17:12 clement2026

@vitalykarasik Do you still remember what type of storage was used? (memory, Elasticsearch, Cassandra, etc)

@ClementRepo - it was some persistent storage.

vitalykarasik avatar Dec 15 '22 03:12 vitalykarasik