fix http body recorder

This commit is contained in:
ginuerzh
2024-10-22 22:51:33 +08:00
parent 3b4fd643de
commit a97ac1f30a
14 changed files with 159 additions and 51 deletions
+2 -1
View File
@@ -117,8 +117,9 @@ func (p *grpcPlugin) Get(ctx context.Context, name string) ([]*sd.Service, error
continue
}
services = append(services, &sd.Service{
Node: v.Node,
ID: v.Id,
Name: v.Name,
Node: v.Node,
Network: v.Network,
Address: v.Address,
})