Skip to content

Commit 54bad38

Browse files
dreamorosiflochaz
andauthored
Update docs/core/tracer.md
Co-authored-by: Florian Chazal <[email protected]>
1 parent bbe4d5d commit 54bad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/tracer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ If you're looking to shave a few microseconds, or milliseconds depending on your
335335

336336
### Tracing HTTP requests
337337

338-
When your function makes calls to microservices or public HTTP APIs, Tracer automatically traces those calls and add the API to the service graph as a downstream service.
338+
When your function makes calls to HTTP APIs, Tracer automatically traces those calls and add the API to the service graph as a downstream service.
339339

340340
You can opt-out from this feature by setting the **`POWERTOOLS_TRACER_CAPTURE_HTTPS_REQUESTS=false`** environment variable or by passing the `captureHTTPSRequests: false` option to the `Tracer` constructor.
341341

0 commit comments

Comments
 (0)