CustomCheck configures a third-party metric provider to run the analysis, via a Task that runs at a specified frequency.
| JSON representation |
|---|
{
"id": string,
"frequency": string,
"task": {
object ( |
| Fields | |
|---|---|
id |
Required. The ID of the custom Analysis check. |
frequency |
Optional. The frequency at which the custom check will be run, with a minimum and default of 5 minutes. A duration in seconds with up to nine fractional digits, ending with ' |
task |
Required. The Task to be run for this custom check. |