-
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-31971 SoapCall Span Enhancement #18847
HPCC-31971 SoapCall Span Enhancement #18847
Conversation
- Renames socket write span - Provides target url and service in name - Provides target service and request type Signed-off-by: Rodrigo Pastrana <[email protected]>
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31971 Jirabot Action Result: |
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.
One comment/question.
|
||
Owned<IProperties> traceHeaders = ::getClientHeaders(socketOperationSpan); | ||
StringBuffer spanName; | ||
spanName.appendf("%s %s %s:%d", getWsCallTypeName(master->wscType), master->service.str(), url.host.str(), url.port); |
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.
Have you discussed this change with any of the potential users? Does it fit in with their conventions?
I would not expect the name to include the url or the port - since you ideally want to be able to aggregate over all instances.
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.
The proposed format change came about from a conversation between us. I've added a comment to the original jira asking for feedback, however I'm certain there are no current consumers, and no expected format.
https://hpccsystems.atlassian.net/browse/HPCC-31971?focusedCommentId=61883
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.
@ghalliday we've received at least one positive comment on proposed change in Jira.
bac371c
into
hpcc-systems:candidate-9.4.x
Type of change:
Checklist:
Smoketest:
Testing: