-
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
base: candidate-9.8.x
Are you sure you want to change the base?
HPCC-33191 Simplify roxie span names #19426
Conversation
- Removes roxie span name prefix - Anotates roxie spans with queryset name Signed-off-by: Rodrigo Pastrana <[email protected]>
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-33191 Jirabot Action Result: |
@jakesmith please review. |
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.
@rpastrana - 1 trivial question, but approving anyway as probably intentional and of little consequence.
Type of change:
Checklist:
Smoketest:
Testing: