Hi all,
I want to monitor a slow page (response time >10s) with synthetic monitor in Dynatrace managed, but the request times out after 10s (Request timeout to xxxxxxxxxxxxxxxxxxx/192.168.122.100:443 after 10000 ms).
Is it possible to overwrite this timeout for this peculiar monitor ?
JP
Answer by Konrad L. ·
@Jean-Pierre R. provided we're talking about private synthetic monitoring and depending on which monitor type you're referring to (wasn't specified in question), you can modify requests and connect timeouts used by your particular synthetic-enabled AG. This can be achieved by adding/modifying custom configuration files as below. There's however no possibility to overwrite settings per particular monitor.
Assuming default installation paths were used:
HTTP monitors settings
/var/lib/dynatrace/gateway/config/custom.properties
[synthetic] requestTimeoutInMs = 10000 connectTimeoutInMs = 5000
Browser monitors settings
/var/lib/dynatrace/synthetic/config/user.properties
com.ruxit.vuc.http.httpClient.socketTimeoutMs=10000 com.ruxit.vuc.http.httpClient.connectTimeoutMs=5000
DECEMBER 12, 10:00 AM GMT / 2:00 PM ET
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Can Dynatrace Synthetics utilize a machine's WPAD file instead of going through the proxy? 1 Answer
Understanding about Outage 1 Answer
Can you exclude a 3rd party resource from Synthetic page load complete 1 Answer
Public Synthetic Locations IP Addresses 1 Answer
Is it possible to export timeseries of Synthetic browser monitor? 1 Answer