-
Notifications
You must be signed in to change notification settings - Fork 771
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
Update changelog with more details for gRPC support #1011
Update changelog with more details for gRPC support #1011
Conversation
@@ -3,6 +3,12 @@ | |||
## Unreleased | |||
|
|||
* Introduced support for Grpc.AspNetCore (#803). | |||
* Attributes are added to gRPC invocations: `rpc.system`, `rpc.service`, | |||
`rpc.method`. These attributes are are added to an existing span generated |
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.
we have two "are"s
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.
Arrrr, matey! Good catch. 🏴☠️
by the instrumentation. This is unlike the instrumentation for client-side | ||
gRPC calls where one span is created for the gRPC call and a separate span | ||
is created for the underlying HTTP call in the event both gRPC and HTTP | ||
instrumentation is enabled. |
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.
Maybe we should switch from is enabled to "are enabled". I'm not sure (english isn't my first language)...
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.
Arrrr! Your English is perfect.
@cijothomas Additional details based on our conversation. Sorry, forgot to include in #803.