Area(s)
area:jsonrpc
What's the problem?
As of #2503, the server.address attribute is required in JSON-RPC client spans. However, there is no server address if JSON-RPC is used over anonymous pipes.
One such scenario is that the JSON-RPC client starts the JSON-RPC server as a child process whose stdin and stdout are connected to pipes.
Describe the solution you'd like
server.address should be recommended or conditionally required, rather than strictly required.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Area(s)
area:jsonrpc
What's the problem?
As of #2503, the
server.addressattribute is required in JSON-RPC client spans. However, there is no server address if JSON-RPC is used over anonymous pipes.One such scenario is that the JSON-RPC client starts the JSON-RPC server as a child process whose stdin and stdout are connected to pipes.
Describe the solution you'd like
server.addressshould be recommended or conditionally required, rather than strictly required.Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.