-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ES storage plugin: query service to support spanKind when retrieve operations for a given service #1923
Comments
If this issue remains unaddressed, I would like to work on it. ! |
feel free to pick it up |
I think it's already resolved. https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/es/spanstore/reader.go#L297C1-L319C2 |
it's not, it has a TODO on L310 |
thanks for the clarification, I got it, that we can read span Kind from Casandra db. but on what basis I want to write to db? |
@Horiodino I don't understand what you're asking. |
as mentioned |
This is already implemented in Cassandra storage, you can use this as a reference. |
Requirement - what kind of business use case are you trying to solve?
Related to #1920
Update ElasticSearch reader and writer such that we can retrieve operations by service name and span kind
Problem - what in Jaeger blocks you from solving the requirement?
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered: