Skip to content

Commit bd1eb1b

Browse files
dreamorosiflochaz
andcommitted
Update docs/core/tracer.md
Co-authored-by: Florian Chazal <[email protected]>
1 parent 382dbaa commit bd1eb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tracer.md

Lines changed: 1 addition & 1 deletion
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)