Skip to content

Commit

Permalink
[APM] Disable telemetry in agent config endpoint (#120106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Dec 1, 2021
1 parent 2070fcb commit b1bb4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const agentConfigurationSearchRoute = createApmServerRoute({
params: t.type({
body: searchParamsRt,
}),
options: { tags: ['access:apm'] },
options: { tags: ['access:apm'], disableTelemetry: true },
handler: async (resources) => {
const { params, logger } = resources;

Expand Down

0 comments on commit b1bb4a9

Please sign in to comment.