Configuration options
| key | type | default value | description |
|---|---|---|---|
|
long |
|
Sets the delay interval if metrics are posted in batches (defaults to DEFAULT_BATCH_DELAY). |
|
int |
|
Sets the maximum no. of metrics to send in a batch (defaults to DEFAULT_BATCH_SIZE). |
|
string |
|
Sets the compartment ID. |
|
long |
|
Sets the delay interval between metric posting (defaults to DEFAULT_SCHEDULER_DELAY). |
|
boolean |
|
Sets whether the description should be enabled or not. Defaults to `true`. |
|
boolean |
|
Sets whether metrics transmission to OCI is enabled. Defaults to `true`. |
|
long |
|
Sets the initial delay before metrics are sent to OCI (defaults to DEFAULT_SCHEDULER_INITIAL_DELAY). |
|
string |
|
Sets the namespace. |
|
string |
|
Sets the resource group. |
|
TimeUnit (NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS) |
|
Sets the time unit applied to the initial delay and delay values (defaults to |
|
String[] |
|
Sets which metrics scopes (e.g., base, vendor, application) should be sent to OCI. If this method is never invoked, defaults to all scopes. |