Update UI to use new endpoint to get a list of operations #492
Open
Description
opened on Dec 2, 2019
Requirement - what kind of business use case are you trying to solve?
Relates to jaegertracing/jaeger#1920
Problem - what in Jaeger blocks you from solving the requirement?
Currently UI is using the old endpoint to get a list of operation names:
api/services/%s/operations
With the change in #1920, the new endpoint:
api/operations?service=%s&spanKind=%s
can return a list of operation names with spanKind.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Please use the new endpoint to retrieve the list of operation names together with spanKind. And also render & order the dropdown list with special tags, e.g. (server) before the operation name.
Any open questions to address
How do we define the order of dropdown list?
Activity