-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Labels
Description
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.
lmolkova
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Accepted
Status
Done