-
Notifications
You must be signed in to change notification settings - Fork 507
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]: jaeger UI doesn't populate service dropdown correctly #2503
Comments
Did you refresh the UI? How long did you wait after sending the trace? |
we added the service name couple of weeks ago and I did refresh the jaeger UI but it didn't help I can see the new service name in opensearch dashboards from the time it's added but not in UI. does the jaeger UI has cache or something? only thing I didn't do is restart jaeger UI.. do you think it will help? |
Worth a try, if for some reason the refresh background thread died on an error. Service names are usually cached in the query service because loading them from DB on every UI access it rather slow. If restart helps we have a bug somewhere. |
we restarted the jaeger ui but it didn't help |
@yurishkuro anything else we can do to troubleshoot the issue further? |
Does that service name appear in the spans with correct timestamps? E.g. you could have a bug in the instrumentation that reports out of range timestamps that are not found by the search queries. |
What happened?
Jaeger UI doesn't populate the new service name added in the dropdown even though I can see it in opensearch.
not sure if it matters but I have below flag enabled as the clusters are setup for cross cluster search
es.remote-read-clusters: *
jaeger UI display data from all clusters and I can lookup traces fine.
Steps to reproduce
Expected behavior
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.37.0
SDK
No response
Pipeline
No response
Stogage backend
OCI Opensearch
Operating system
Linux
Deployment model
binaries
Deployment configs
The text was updated successfully, but these errors were encountered: