Skip to content

Commit

Permalink
Update auto-instrumentation/httpurlconnection/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: jason plumb <[email protected]>
  • Loading branch information
surbhiia and breedx-splk authored Nov 16, 2023
1 parent e96e6aa commit e2516ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-instrumentation/httpurlconnection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can configure the automatic instrumentation by using the setters in [HttpUrl

#### Required Configuration
It is required to **manually** schedule the following runnable to periodically run at the below given fixed interval to end any open spans if connection is left idle >10s.
- API to call to get the runnable: HttpUrlInstrumentationConfig.getReportIdleConnectionRunnable()
- API to call to get the runnable: `HttpUrlInstrumentationConfig.getReportIdleConnectionRunnable()`
- API to call to get the fixed interval in milli seconds: HttpUrlInstrumentationConfig.getReportIdleConnectionInterval()

**For example**
Expand Down

0 comments on commit e2516ac

Please sign in to comment.