[APM] Change get transaction by trace id url #52252
Labels
good first issue
low hanging fruit
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
The current API to get the transaction based on the trace ID is
/api/apm/transaction/TRACE_ID
, but based on restful principals this is incorrect.To make it consistent we should change it to
/api/apm/traces/{traceId}/root_transaction
, and move it to https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/apm/server/routes/traces.ts#L19The text was updated successfully, but these errors were encountered: