Skip to content
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

Delete grpc example #126

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ of them assume you have docker running on your local machine.
variables (or system properties).
- Note: the `opentelemetry-sdk-extension-autoconfigure` module is still
experimental at this time.
- [Manual instrumentation of gRPC](grpc)
- This module provides an example of writing manual instrumentation for
gRPC, both client and server.
- Note more production-ready instrumentation for gRPC is provided as a part
of the [OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
project.
- [Manual instrumentation of HTTP](http)
- This module provides an example of writing manual instrumentation for
HTTP, both client and server.
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ subprojects {
dependencies {
implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.26.0-alpha")
implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.26.0-alpha")
implementation platform("io.grpc:grpc-bom:1.55.1")
}

spotless {
Expand Down
33 changes: 0 additions & 33 deletions grpc/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions grpc/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading