Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Can't find services for old traces #1628

Open
TheOxFromOutOfTheBox opened this issue Aug 1, 2023 · 1 comment
Open

[Bug]: Can't find services for old traces #1628

TheOxFromOutOfTheBox opened this issue Aug 1, 2023 · 1 comment
Labels

Comments

@TheOxFromOutOfTheBox
Copy link

What happened?

When I try to search for traces that occurred like 3-4 days in the past (and not running since I restarted my jaeger instance) , I can't find the service to search for the required traces.

Steps to reproduce

Run Jaeger with Elasticsearch backend.Execute some program sending traces once. This will store the traces in a daily created jaeger index, along with the another index for service.

Then wait for next day, restart Jaeger and try to fetch the output from the previous day without having run the program which created old services.

Expected behavior

I should see the old services in my dropdown list to select, but I don't.

Relevant log output

No response

Screenshot

image

Additional context

No response

Jaeger backend version

v1.45.0 (Docker version)

SDK

OpenTelemetry SDK

Pipeline

OTEL SDK -> OTEL Collector -> Jaeger all in one -> Elasticsearch

Stogage backend

Elasticsearch v7.17.10

Operating system

Linux

Deployment model

Docker

Deployment configs

docker run -d --rm -it --link=elasticsearch --name=jaeger -e SPAN_STORAGE_TYPE=elasticsearch -e ES_SERVER_URLS=http://10.0.2.15:9200 -e ES_TAGS_AS_FIELDS_ALL=true -p 16686:16686 -p 14250:14250 jaegertracing/all-in-one:1.45
@serban-nicusor-toptal
Copy link

I'm running now into a similar problem after migrating to a different ES cluster.
Did you manage to find the culprit @TheOxFromOutOfTheBox ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants