Skip to content

Commit

Permalink
Adjust server port.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Oct 16, 2023
1 parent fba7725 commit f73d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grpc/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class GreeterClient
{SemanticConventions::kRpcService, "grpc-example.GreetService"},
{SemanticConventions::kRpcMethod, "Greet"},
{SemanticConventions::kNetworkPeerAddress, ip},
{SemanticConventions::kServerPort, port}},
{SemanticConventions::kNetworkPeerPort, port}},
options);

auto scope = get_tracer("grpc-client")->WithActiveSpan(span);
Expand Down

0 comments on commit f73d42c

Please sign in to comment.