You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codelabs/grpc-go-opentelemetry/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The client and server uses a simple gRPC HelloWorld example that we will instrum
30
30
31
31
## **Setup instrumentation on the client**
32
32
33
-
Open `codelabs/Setup_Basic_OpenTelemetry_Plugin_in_gRPC_Go/start_here/client/client.go` with your favorite editor
33
+
Open `codelabs/grpc-go-opentelemetry/start_here/client/client.go` with your favorite editor
34
34
35
35
Then modify `main` to add code to setup the gRPC Go Otel plugin.
36
36
@@ -74,7 +74,7 @@ This MeterProvider is provided to gRPC’s OpenTelemetry plugin as configuration
74
74
75
75
## **Setup instrumentation on the server**
76
76
77
-
Similarly, let’s add the OpenTelemetry plugin to the server as well. Open `codelabs/Setup_Basic_OpenTelemetry_Plugin_in_gRPC_Go/start_here/server/server.go` and code to setup the gRPC Go Otel plugin
77
+
Similarly, let’s add the OpenTelemetry plugin to the server as well. Open `codelabs/grpc-go-opentelemetry/start_here/server/server.go` and code to setup the gRPC Go Otel plugin
0 commit comments