File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,18 @@ A boolean specifying if the agent should collect performance metrics for the app
123
123
124
124
Note that both `active` and `instrument` needs to be `true` for instrumentation to be running.
125
125
126
+ [[instrument-incoming-http-requests]]
127
+ ==== `instrumentIncomingHTTPRequests?:`
128
+
129
+ * *Type:* Boolean
130
+ * *Default:* `true`
131
+ * *Env:* `ELASTIC_APM_INSTRUMENT_INCOMING_HTTP_REQUESTS`
132
+
133
+ A boolean specifying if the agent should instrument incoming HTTP requests.
134
+
135
+ To configure if outgoing http requests should be instrumented,
136
+ see <<disable-instrumentations, `disableInstrumentations`>>.
137
+
126
138
[[central-config]]
127
139
==== `centralConfig`
128
140
@@ -660,6 +672,9 @@ see the https://github.com/elastic/apm-agent-nodejs/tree/master/lib/instrumentat
660
672
Note that not all modules represented in this directory will generate spans,
661
673
and adding those to this array has no effect.
662
674
675
+ To configure if incoming http requests should be instrumented,
676
+ see <<instrument-incoming-http-requests, `instrumentIncomingHTTPRequests`>>.
677
+
663
678
[[container-id]]
664
679
==== `containerId`
665
680
You can’t perform that action at this time.
0 commit comments