io.helidon.integrations.oci.metrics.OciMetricsSupport
Description
OCI Metrics Support
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
batch-size | Integer | 50 | Sets the maximum no |
delay | Long | 60 | Sets the delay interval between metric posting (defaults to #DEFAULT_SCHEDULER_DELAY) |
description-enabled | Boolean | true | Sets whether the description should be enabled or not |
compartment-id | String | Sets the compartment ID | |
namespace | String | Sets the namespace | |
batch-delay | Long | 1 | Sets the delay interval if metrics are posted in batches (defaults to #DEFAULT_BATCH_DELAY) |
scheduling-time-unit | TimeUnit | TimeUnit.SECONDS | Sets the time unit applied to the initial delay and delay values (defaults to TimeUnit.SECONDS) |
resource-group | String | Sets the resource group | |
scopes | List<String> | All scopes | Sets which metrics scopes (e.g., base, vendor, application) should be sent to OCI |
initial-delay | Long | 1 | Sets the initial delay before metrics are sent to OCI (defaults to #DEFAULT_SCHEDULER_INITIAL_DELAY) |
enabled | Boolean | true | Sets whether metrics transmission to OCI is enabled |
See the manifest for all available types.