Skip to content

Update UI to use new endpoint to get a list of operations #492

Open
@guo0693

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions