diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 793cd7e59a5..e72f2ff51f5 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -123,6 +123,18 @@ A boolean specifying if the agent should collect performance metrics for the app Note that both `active` and `instrument` needs to be `true` for instrumentation to be running. +[[instrument-incoming-http-requests]] +==== `instrumentIncomingHTTPRequests?:` + +* *Type:* Boolean +* *Default:* `true` +* *Env:* `ELASTIC_APM_INSTRUMENT_INCOMING_HTTP_REQUESTS` + +A boolean specifying if the agent should instrument incoming HTTP requests. + +To configure if outgoing http requests should be instrumented, +see <>. + [[central-config]] ==== `centralConfig` @@ -660,6 +672,9 @@ see the https://github.com/elastic/apm-agent-nodejs/tree/master/lib/instrumentat Note that not all modules represented in this directory will generate spans, and adding those to this array has no effect. +To configure if incoming http requests should be instrumented, +see <>. + [[container-id]] ==== `containerId`