Add ability to provide custom tags to OpenTracing by RPC Modules
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Fixed
Details
Assignee
Chandra GorantlaChandra GorantlaReporter
Chandra GorantlaChandra GorantlaSprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee

Reporter

Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty Incident
PagerDuty
PagerDuty Incident
PagerDuty

PagerDuty Incident
Created April 9, 2019 at 8:44 PM
Updated June 3, 2019 at 7:53 AM
Resolved April 16, 2019 at 2:22 PM
OpenTracing allows to specify tags for each trace which allows user to filter by tags.
RpcClientFactory can only tag
systemId
,location
and failures.It would be good to add more information for tracing which would give more context to each trace. For this we need to extend
RpcRequest
and there byRequestDTO
to specify custom tags as Map.