mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove explicit transaction creation
This commit is contained in:
parent
2b4ff4b3fa
commit
cdf2d308e0
1 changed files with 0 additions and 6 deletions
|
@ -93,12 +93,6 @@ export class FixturePlugin implements Plugin<void, void, FixtureSetupDeps, Fixtu
|
|||
},
|
||||
},
|
||||
async (ctx, req, res) => {
|
||||
const transaction = apmAgent.startTransaction();
|
||||
const subscription = req.events.completed$.subscribe(() => {
|
||||
transaction?.end();
|
||||
subscription.unsubscribe();
|
||||
});
|
||||
|
||||
await ctx.core.elasticsearch.client.asInternalUser.ping();
|
||||
|
||||
return res.ok({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue