mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co>
This commit is contained in:
parent
5d0dd050e8
commit
33c132edf1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue