Skip to content

Commit 43c57f5

Browse files
fix: updated the instafasthttp README documentation with information on supported apis (#987)
1 parent 6e4c3f9 commit 43c57f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/instafasthttp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,5 @@ The `client.Do` and related methods can be traced using Instana. However, the us
174174
}
175175
```
176176

177-
- For methods other than the four listed above, use the usual method signatures without passing a context. These methods will not support tracing.
177+
- For methods other than the four mentioned above, use the standard method signatures without passing a context. These methods do not support tracing. For example, `client.Get` and `client.Post` do not currently support Instana tracing. If you wish to trace the `GET` and `POST` requests, please use `client.Do` method instead.
178178
- Use the `Unwrap()` method if you require the original fasthttp.Client instance. However, avoid using the unwrapped instance directly for the above four methods, as Instana tracing will not be applied in such cases.

0 commit comments

Comments
 (0)