-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-33191 Simplify roxie span names #19426
HPCC-33191 Simplify roxie span names #19426
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-33191 Jirabot Action Result: |
@jakesmith please review. |
roxie/ccd/ccdlistener.cpp
Outdated
spanName.append('/'); | ||
spanName.append(spanQueryName); | ||
requestSpan.setown(queryTraceManager().createServerSpan(spanName, allHeaders, flags)); | ||
requestSpan.setown(queryTraceManager().createServerSpan(!isEmptyString(queryName) ? queryName : "run_queryX", allHeaders, flags)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I presume intentional that if queryName undefined it is now "run_queryX" (extra X) vs previously "run_query" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch @jakesmith . No that was used in testing. I'll revert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rpastrana - 1 trivial question, but approving anyway as probably intentional and of little consequence.
- Removes roxie span name prefix - Anotates roxie spans with queryset name Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
38f324c
to
a491637
Compare
Minor issue fixed and squashed. Ready for merge. |
Jirabot Action Result: |
Type of change:
Checklist:
Smoketest:
Testing: