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

Operation name dropdown doesn't populate if service name contains "/" #163

Closed
wkiser opened this issue Jan 2, 2018 · 3 comments
Closed

Comments

@wkiser
Copy link

wkiser commented Jan 2, 2018

Description
Operation name dropdown does not populate when service name contains forward slashes.

Steps to reproduce the issue:

  1. Run all in one jaeger docker image
  2. Execute this gist, which is the example code from jaeger-client-python but with the service name modified.
  3. Navigate to localhost:16686. Select "your/app/name" from the service dropdown. See that the only option in the operation name dropdown is "all"

Describe the results you received:
Operation name dropdown only contains the "all" element

Describe the results you expected:
Operation name dropdown should include all operations. In the example above I would expect to see the elements: "ChildSpan", "TestSpan"

@tiffon
Copy link
Member

tiffon commented Jan 3, 2018

@wkiser Thanks for filing this. This should be resolved on master, but I don't think it's released yet.

@yurishkuro When will #140 (fixed #138) be going out?

@tiffon
Copy link
Member

tiffon commented Jan 3, 2018

Duplicate of #138.

@wkiser
Copy link
Author

wkiser commented Jan 3, 2018

@tiffon, thanks! did not see the duplicate issue.

@wkiser wkiser closed this as completed Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants