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

Fix loading of Jaeger services #14

Merged
merged 1 commit into from
Mar 29, 2021
Merged

Fix loading of Jaeger services #14

merged 1 commit into from
Mar 29, 2021

Conversation

ricoberger
Copy link
Member

When a user opened the Jaeger plugin page, where the "serivce" query
parameter was already present in the URL, the list of services wasn't
loaded from our gRPC API.

To fix this issue, we added a new function "GetServices" and split the
gRPC call for services and operations, so that they are now loaded
independently.

We also added a new "All Operations" options to the select box for the
operations, so that it is possible to unselect an already selected
operation via the new "All Operations" option.

When a user opened the Jaeger plugin page, where the "serivce" query
parameter was already present in the URL, the list of services wasn't
loaded from our gRPC API.

To fix this issue, we added a new function "GetServices" and split the
gRPC call for services and operations, so that they are now loaded
independently.

We also added a new "All Operations" options to the select box for the
operations, so that it is possible to unselect an already selected
operation via the new "All Operations" option.
@ricoberger ricoberger merged commit 5db256c into main Mar 29, 2021
@ricoberger ricoberger deleted the fix-service-loading branch March 29, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant