Skip to content

Commit

Permalink
fix grpc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Mar 5, 2020
1 parent f814af8 commit 87fb359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/google.golang.org/grpc/stats_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestClientStatsHandler(t *testing.T) {
"span.type": ext.AppTypeRPC,
"grpc.code": codes.OK.String(),
"service.name": serviceName,
"service": serviceName,
"resource.name": "/grpc.Fixture/Ping",
tagMethodName: "/grpc.Fixture/Ping",
ext.TargetHost: "127.0.0.1",
Expand Down
1 change: 1 addition & 0 deletions contrib/google.golang.org/grpc/stats_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func TestServerStatsHandler(t *testing.T) {
"span.type": ext.AppTypeRPC,
"grpc.code": codes.OK.String(),
"service.name": serviceName,
"service": serviceName,
"resource.name": "/grpc.Fixture/Ping",
tagMethodName: "/grpc.Fixture/Ping",
"_dd.measured": 1,
Expand Down

0 comments on commit 87fb359

Please sign in to comment.