-
Notifications
You must be signed in to change notification settings - Fork 775
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
Rename gRPC instrumentation project #1136
Merged
cijothomas
merged 12 commits into
open-telemetry:master
from
alanwest:alanwest/grpc-project
Aug 22, 2020
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
4572354
Rename project OpenTelemetry.Instrumentation.GrpcNetClient
alanwest c308b12
Update GrpcNetClient README
alanwest 7f1fa2e
Update AspNetCore instrumentation README with gRPC support
alanwest 649454d
Merge remote-tracking branch 'upstream/master' into master
alanwest 288a1da
Merge branch 'master' into alanwest/grpc-project
alanwest 0939d55
Merge branch 'master' into alanwest/grpc-project
cijothomas bd5e0f8
Update changelog and top-level readme
alanwest a2d5fe3
:Merge branch 'alanwest/grpc-project' of github.com:alanwest/opentele…
alanwest aa790f7
markdownlint
alanwest b226e75
Fix project/file path references
alanwest 1ca55f2
Change namespace to GrpcNetClient
alanwest a28fb63
Merge branch 'master' into alanwest/grpc-project
cijothomas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...OpenTelemetry.Instrumentation.Grpc.csproj → ...etry.Instrumentation.GrpcNetClient.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# OpenTelemetry.Instrumentation.GrpcNetClient | ||
|
||
[![NuGet](https://img.shields.io/nuget/v/OpenTelemetry.Instrumentation.GrpcNetClient.svg)](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.GrpcNetClient) | ||
[![NuGet](https://img.shields.io/nuget/dt/OpenTelemetry.Instrumentation.GrpcNetClient.svg)](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.GrpcNetClient) | ||
|
||
Automatically instruments the outgoing requests from | ||
[Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client). | ||
|
||
## Installation | ||
|
||
```shell | ||
dotnet add package OpenTelemetry.Instrumentation.GrpcNetClient | ||
``` | ||
|
||
## References | ||
|
||
* [gRPC for .NET](https://github.com/grpc/grpc-dotnet) | ||
* [OpenTelemetry Project](https://opentelemetry.io/) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 left the name of this test project the same since it has tests for both Grpc.Net.Client and Grpc.AspNetCore. Open to conversation here.