You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/instafasthttp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -174,5 +174,5 @@ The `client.Do` and related methods can be traced using Instana. However, the us
174
174
}
175
175
```
176
176
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.
178
178
- 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