Parameter Name | Default Value | Description |
---|---|---|
|
| Polling time in milliseconds to poll updates from a runtime. |
|
| Number of events to fetch from a runtime in each poll call. |
|
| A comma-separated list of topic config to be monitored by runtime monitor. |
|
| Number of milliseconds to wait for the runtime to shutdown after a program execution completed in that runtime. This value should be larger than the value of the "app.program.runtime.monitor.polltime.ms" property. |
|
| Number of runtime states to fetch from dataset in each batch during runtime monitor initialization. |
|
| Class name of the ProgramRunRecordFetcher used by the runtime monitoring system. This value controls the run record fetching mechanism depending on the CDAP setup. |
|
| The address for the runtime monitor server to bind to. |
|
| The port the runtime monitor server to bind to. |
|
| Enable usage of SSL for the runtime monitor server. By default is disabled. This is because traffic is already encrypted through the SSH tunnel. |
|
| File name for the runtime monitor to store the port number. This configuration is for internal use only and should not be changed. |
|
| Approximate size in bytes of each chunk streamed back to Runtime Monitor client. |
|
| Maximum number of threads being used by runtime monitor for runtime monitoring. |
|
| The base delay between retries in milliseconds. |
|
| The maximum delay between retries in milliseconds. |
|
| The maximum number of retries to attempt before aborting. |
|
| The maximum elapsed time in seconds before retries are aborted. |
|
| The type of retry policy for log processing. Allowed options: "none", "fixed.delay", or "exponential.backoff". |
Skip to end of banner
Go to start of banner
Runtime Monitor parameters (cdap-site.xml and cdap.default.xml)
General
Content
Integrations