ActiveGate version 1.233+
In addition to scheduling synthetic monitor executions at regular intervals (in Frequency and locations settings), you can also trigger on-demand executions for browser as well as HTTP monitors. You can even trigger on-demand executions of autocreated HTTP monitors for credential synchronization. In the Dynatrace web UI, select On-demand execution at the top of a monitor's details page.
You can also use the powerful Synthetic - On-demand monitor executions API to trigger executions of multiple monitors and retrieve the results. On-demand execution requests take precedence over your scheduled executions and are sent to the top of the request queue.
You can trigger on-demand executions from any assigned or unassigned location via the web UI or the API.
During synthetic monitor creation and in edit mode, you can also set up a monitor to be executed on demand only—select the On demand only frequency.
On-demand executions, with their powerful features, are a valuable tool in your CI/CD strategy:
These executions can validate that a new deployment of your software is successful and can be integrated with build tools like Jenkins or Keptn.
On-demand executions are also very valuable as quick monitor tests, for example, to test a monitor after developing a complex script. Likewise, such executions can verify that a fix for a Dynatrace-detected problem was effective, for example, if you added host memory or reverted to an older application version.
With their ability to be included or excluded from overall monitor results and problem detection, on-demand executions offer many more options than local playback of browser clickpaths.
The On-demand execution button on synthetic monitor details pages enables you to trigger executions for the selected monitor from all or a selected location. It also displays a list of all on-demand executions for the monitor over the preceding six hours, triggered by any user via the web UI or API.
Any user with the View environment permission at the environment or management-zone level can trigger an execution via the UI.
Even if you disable scheduled synthetic monitor execution during maintenance windows, you can still execute monitors on demand.
Select On-demand execution at the top of the monitor's details page.
You are directed to the On-demand execution page. Select All assigned locations or any assigned or unassigned public or private location.
Select a Processing mode—note that this applies to all executions if you select all locations.
Note that for all processing modes, executions are visible in the list of on-demand executions in the web UI and retrieved via the on-demand executions API. Summary and detailed execution information is available for six hours via the API.
Fail on performance threshold violation—by default, on-demand executions fail when they violate a performance threshold, given that their main purpose is to validate new software versions in your CI/CD pipeline. However, you can disable this setting so that on-demand executions behave like regularly scheduled executions (that is, performance threshold violations do not cause monitors to fail).
HTTP monitors only Fail on missing or expiring SSL certificate—fail the monitor if one or more of its requests encounters an expired, missing, or expiring SSL certificate.
This setting only works if SSL expiration date verification has already been enabled for an HTTP request in monitor settings; it uses the request-level setting to check for SSL certificate validity within the specified number of days.
If your monitor has multiple requests with different settings for SSL certificate validity, Fail on missing or expiring SSL certificate checks and honors each setting.
Browser monitors only Take screenshot on successful execution—capture screenshots upon success from public or private locations; this setting is disabled by default. When you enable this setting, screenshots upon success are captured even if the monitor exceeds a performance threshold. If you trigger executions from all locations, screenshots upon success are captured from the first location. You can also capture screenshots upon success for executions triggered via the API.
Note that screenshots are automatically captured upon failure.
Select Trigger now—you see a summary dialog listing the execution locations; the execution list displays new entries for the triggered executions. The Execution stage initially is Triggered
.
Any change you make to monitor script (configuration) is immediately available for on-demand executions on public or private locations.
Note that executions might not all begin at the same time from different locations—executions might take longer to begin from public locations than from private locations. See additional information on throttling below.
There is a mandatory gap per user of 60 seconds between consecutive on-demand executions of a monitor from the same location (whether triggered via the web UI or API).
All these examples assume execution from the same location.
When triggering multiple on-demand executions via the API, there is a limit of 100 executions per batch.
There's also a limit of 5000 on-demand executions per minute for a Dynatrace environment.
You can define up to 64 key-value pairs of metadata per batch, where keys and values can each be up to 1024 characters.
When specifying repeated on-demand executions per location, the maximum execution count is 10.
On-demand executions might not be successfully triggered for various reasons, for example, when a monitor is disabled, a location is down, or when throttling is in effect for a monitor on a given location.
There are several additional reasons that on-demand executions might not be successfully triggered via the API: monitor deletion, incorrect specification of monitor or location IDs, incorrect specification of related service or application IDs, location deletion, problems with the public Synthetic infrastructure, or problems with your Dynatrace monitoring environment.
If an execution can't be successfully triggered via the UI, the reasons are shown in the Triggering status summary after you select Trigger now. The Execution stage in the execution list is Not triggered
. Details of executions not triggered via the API are returned in the triggeringProblemsCount
and triggeringProblemsDetails
response parameters for the POST request.
Executions that can't be triggered are different from executions that are triggered but can't be executed—see the API section below for information.
The list of executions shows all on-demand executions (triggered by any user via the web UI or API) for a given monitor within the last six hours.
UI
or the API
.Triggered
(or Not triggered
). When an execution is complete, the value changes to Executed
. Basic results such as duration and HTTP status code are available at this stage. The progress spinner continues to be displayed at the Executed
stage until detailed results are available and the value changes to Data retrieved
. If multiple sequential executions are triggered per location, the first execution is marked Triggered
; the remaining executions are marked Waiting
.Success
or Failure
(with an accompanying Failure reason).When the Execution stage in the list of executions changes to Data retrieved
, you can follow the execution details link to view detailed results for the browser or HTTP monitor that was executed.
For browser monitors, you're directed to the Multidimensional analysis page with the data point selected in the scatter plot. On-demand executions are identifiable by shape in the scatter plot as well as by an annotation in the list of data points.
Screenshot collection for on-demand browser monitor executions is the same as for scheduled executions. However, you can enable screenshot collection upon success via the UI as well as POST requests via API.
For HTTP monitors, you're directed to the On-demand execution tab of the Analyze execution details page. You can also access this tab by selecting Analyze execution details from the HTTP monitor details page. Select an on-demand Execution from the dropdown list to view its details.
The On-demand execution tab is overwritten with each on-demand execution. If the on-demand executions are in Standard or Disable problem detection modes, details are also written to the last failed/successful execution tabs. Note that in these modes, if you fail a monitor for violating a performance threshold, the execution appears in the tabs for successful and on-demand executions.
Check the section on throttling above for on-demand execution limits via the web UI and API.
For more information, check documentation on the Synthetic monitor executions API v2. You can trigger a batch execution, list on-demand executions, check basic as well as detailed results of a single execution, and check batch execution results.
API-based on-demand executions offer greater flexibility and scalability than the UI. The Synthetic - On-demand monitor executions API offers:
The ability to execute multiple monitors on demand (batch execution) by specifying monitor IDs, and, optionally, location IDs. If you don't specify locations, a monitor is executed from all assigned locations. This ability is only available via API.
The ability to execute monitors from any location. In the POST request for triggering on-demand executions, each specified monitor is executed from the specified locations (or all assigned locations if none are specified).
ActiveGate version 1.259+ The ability to specify an execution count for repeated executions per location, which is helpful for quality gates and load tests. This ability is only available via API. The executionCount
parameter allows you to specify the number of executions per location for each monitor; the maximum value is 10; if there is no value, the monitor is executed once per location. Executions can be triggered sequentially (repeatMode
is SEQUENTIAL
) or in parallel (repeatMode
is PARALLEL
). The default mode is sequential.
In sequential mode, each execution automatically references the following execution, if any, with the nextExecutionId
parameter. When you trigger multiple sequential executions on a location, the first execution is in the Triggered
stage while the others are marked Waiting
. Executions on each location are independent of each other.
nextExecutionId
are sequential for public locations and randomly generated for private locations.ActiveGate version 1.259+ The ability to partially override the monitor script and provide custom parameter values specifically for on-demand execution, which simplifies the reconfiguration and testing of synthetic monitors. This ability is only available via API. The customizedScript
parameter allows you to list requests
(HTTP monitors) or events
(browser monitors) with customizations per request or event. For HTTP monitors, you see which parameters had custom values when you Analyze execution details.
url
requestBody
validation
preProcessingScript
postProcessingScript
requestTimeout
authentication
configuration
requestHeaders
acceptAnyCertificate
followRedirects
You can optionally specify a sequenceId
for the order of the request or event in the monitor script. For example, use "sequenceId": "3"
to specify changes to the third event in a browser monitor. If you don't specify a sequenceId
, the modifications apply to the first request or event that hasn't been referenced by a sequence ID in the API request. See examples below.
description
in script mode).As no sequence ID is specified, the URL override in this example applies to the first HTTP request.
{"monitors": [{"monitorId": "HTTP_CHECK-C608F75BF82E5B22","customizedScript": {"requests": [{"url": "https://www.yourdomain.com"}]}}]}
As no sequence ID is specified, the URL override and pre-execution script with the api.fail()
method apply to the first HTTP request. Note that you can only override the pre- or post-execution script for a monitor that already has one such script defined. For the third request where the sequence ID has been specified, a validation rule has been added.
{"monitors": [{"monitorId": "HTTP_CHECK-6349B98E1CD87352","customizedScript": {"requests": [{"url": "https://www.somepage.org","preProcessingScript": "if (response.getResponseBody().includes(\"error\")) {api.fail(\"HTTP failing monitor.\");}"},{"sequenceId": "3","validation": {"rules": [{"value": "=201","passIfFound": "true"}]}}]}}]}
As no sequence ID is specified, the URL override in this example applies to the first Navigate event.
{"takeScreenshotsOnSuccess": true,"monitors": [{"monitorId": "SYNTHETIC_TEST-114F1C18CF07CD1D","customizedScript": {"events": [{"type": "navigate","url": "www.yourdomain.com"}]}}]}
The ability to execute a group of monitors on demand by specifying common tags and/or IDs of related services or applications. Note that all specified conditions must match for a monitor to be executed on demand. This ability is only available via API.
If you specify three monitors by ID and one tag in your POST request, each of the three monitors plus all monitors matching the tag will be executed.
Automatic assignment of a batch ID for all executions of the POST method, whether for a single monitor or multiple monitors. This enables the retrieval of results by batch ID as well.
The ability to define custom key-value pairs, for example, to identify application versions, as part of batch metadata
. This ability is only available via API. You can define up to 64 pairs per batch, where keys and values can each be up to 1024 characters. Key-value metadata is available in individual as well as batch execution results retrieved via the API and is displayed in the web UI.
The capture of screenshots upon success for browser monitors from public or private locations by setting "takeScreenshotsOnSuccess": true
in the POST request (the default is false
). Screenshots upon success are captured from the first location specified for each monitor ID. If no location is specified (for example, when you use tags to define a list of monitors), screenshots are captured from any of the locations assigned to a monitor.
Note that screenshots are automatically captured upon failure. But if a monitor fails because of a performance threshold violation, it's still considered available, and no screenshots are captured; however, you can enable takeScreenshotsOnSuccess
.
The ability to fail an on-demand HTTP monitor execution if the SSL certificate is missing, expired, or expiring (failOnSslWarning
parameter.)
The ability to stop triggering all executions in a batch if there is a problem with triggering any execution (stopOnProblem
parameter), for example, if the monitor ID is incorrect/missing or the monitor is deleted. This ability is only available via API.
Retrieval of the list of on-demand executions (triggered via the web UI or API by all users in your environment) in the preceding six hours. The list includes execution IDs for each execution. You can filter this list by:
Retrieval of the basic as well as more detailed results of an execution (for which you provide an execution ID).
Basic results are best suited for CI/CD purposes and include the number of requests/events executed, success/failure result, and some key metrics. For example, basic results for HTTP monitors report total request size (for all requests taken together), time to first byte, TLS handshake time, TCP connect time, DNS lookup time, and the final HTTP status code.
Detailed results are more suitable for troubleshooting. For HTTP monitors, this is the entire set of results visible in the web UI when you opt to Analyze execution details.
Batch retrieval of results when you provide a batch ID.
Batch results include information on executions that were triggered and those that resulted in an outcome.
Note that the executedCount
is the number of executions that resulted in success or failure. failedToExecuteCount
is the number of executions that were triggered but for which results are not available for technical reasons (such as a problem with the ActiveGate or Synthetic engine or results that could not be sent to the Dynatrace Cluster). executedCount
+ failedToExecuteCount
= triggeredCount
.
Granular permissions for triggering and retrieving data for on-demand executions.
To trigger executions (POST), you need rights to create monitors (ExternalSyntheticIntegration
token scope) or the syntheticExecutions.write
token scope, which enables you to trigger executions but not create new monitors.
To retrieve data (GET), you need any of the ExternalSyntheticIntegration
, ReadSyntheticData
, or syntheticExecutions.read
token scopes.