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

Support search by trace IDs #1

Merged
merged 1 commit into from
Mar 24, 2017
Merged

Support search by trace IDs #1

merged 1 commit into from
Mar 24, 2017

Conversation

yurishkuro
Copy link
Member

No description provided.

@@ -246,6 +253,7 @@ const mapStateToProps = state => {
maxDuration,
minDuration,
lookback,
traceID: traceIDParams,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the format of the URL here?
traceID=1&traceID=2 or traceID=1,2

If the later, let's use traceIDs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the format is traceID=1&traceID=2, same as with tags

Copy link
Member

@saminzadeh saminzadeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the input field for traceIDs?

@saminzadeh saminzadeh merged commit 5f05a8b into master Mar 24, 2017
tiffon pushed a commit that referenced this pull request Mar 12, 2019
…ests-once-new-version-of-enzyme-is-released

Update enzyme, Re-enable and add TraceDiff and TracePage tests
@yurishkuro yurishkuro deleted the trace-id-search branch January 29, 2020 15:04
vvvprabhakar referenced this pull request in vvvprabhakar/jaeger-ui Jul 5, 2021
Support search by trace IDs
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
vvvprabhakar referenced this pull request in vvvprabhakar/jaeger-ui Jul 5, 2021
…ests-once-new-version-of-enzyme-is-released

Update enzyme, Re-enable and add TraceDiff and TracePage tests
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
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.

None yet

2 participants