Integrating with OCI Metrics.
-
Sets the delay interval if metrics are posted in batches
(defaults to 1L).
OciMetricsSupport.Builder.batchSize(int value)
Returns a new Builder
for creating an instance of OciMetricsSupport
.
Updates the builder using the specified OCI metrics
Config
node.
OciMetricsSupport.Builder.delay(long value)
Sets the delay interval between metric posting
(defaults to 60L).
Sets whether the description should be enabled or not.
OciMetricsSupport.Builder.enabled(boolean value)
Sets whether metrics transmission to OCI is enabled.
Sets the initial delay before metrics are sent to OCI
(defaults to 1L).
OciMetricsSupport.Builder.monitoringClient(com.oracle.bmc.monitoring.Monitoring monitoringClient)
Sets the Monitoring
client instance to use in sending metrics to OCI.
Sets the time unit applied to the initial delay and delay values (defaults to TimeUnit.SECONDS
).
Sets which metrics scopes (e.g., base, vendor, application) should be sent to OCI.