fix(telemetry)!: update RPC semantic convention keys - #10354
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
92633b5 to
29ff950
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Pushed |
In that case then do we need the |
Updates Orleans RPC activity attributes to the current OpenTelemetry semantic conventions. Replaces legacy and reserved-namespace keys, preserves Orleans service/target/source metadata under the Orleans namespace, versions the affected ActivitySources, and adds regression coverage.
Semantic Convention for non-standard attributes is to prefix with something company or product specific. Using
orleans.**which is also a pattern in use for other existing attributes.Fixes #10320