Skip to content

Commit

Permalink
adding apm access
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Apr 16, 2024
1 parent a78c5ba commit 8794dc1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export function registerTopNFunctionsAPMTransactionsRoute({
router.get(
{
path: paths.APMTransactions,
options: { tags: ['access:profiling'], timeout: { idleSocket: IDLE_SOCKET_TIMEOUT } },
options: {
tags: ['access:profiling', 'access:apm'],
timeout: { idleSocket: IDLE_SOCKET_TIMEOUT },
},
validate: { query: querySchema },
},
async (context, request, response) => {
Expand Down

0 comments on commit 8794dc1

Please sign in to comment.