Skip to content

RPC: server.address is not always available and should be conditionally required#3257

Merged
lmolkova merged 5 commits intoopen-telemetry:mainfrom
lmolkova:rpc-server-cond-required
Jan 8, 2026
Merged

RPC: server.address is not always available and should be conditionally required#3257
lmolkova merged 5 commits intoopen-telemetry:mainfrom
lmolkova:rpc-server-cond-required

Conversation

@lmolkova
Copy link
Member

@lmolkova lmolkova commented Jan 7, 2026

Fixes #3236

server.address|port are not always available:

  • not applicable in case of some transports (stdio supported by JSON-RPC)
  • might not be available to instrumentation when endpoints/transport layer are not accessible at the instrumentation point

@lmolkova lmolkova changed the title RPC: server.address is now always available and should be conditionally required RPC: server.address is not always available and should be conditionally required Jan 7, 2026
@lmolkova lmolkova moved this from Awaiting codeowners approval to Needs More Approval in Semantic Conventions Triage Jan 7, 2026
@lmolkova lmolkova added this pull request to the merge queue Jan 8, 2026
Merged via the queue into open-telemetry:main with commit d849089 Jan 8, 2026
18 checks passed
@lmolkova lmolkova deleted the rpc-server-cond-required branch January 8, 2026 19:19
@github-project-automation github-project-automation bot moved this from In Progress to Done in RPC Semantic Conventions Stability Jan 8, 2026
Cirilla-zmh pushed a commit to Cirilla-zmh/semantic-conventions that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

server.address required in JSON-RPC over stdio anonymous pipes

3 participants