Skip to content

io.helidon.integrations.oci.metrics.OciMetricsSupport

Description

OCI Metrics Support

Configuration options

KeyTypeDefaultDescription
batch-sizeInteger50Sets the maximum no
delayLong60Sets the delay interval between metric posting (defaults to #DEFAULT_SCHEDULER_DELAY)
description-enabledBooleantrueSets whether the description should be enabled or not
compartment-idStringSets the compartment ID
namespaceStringSets the namespace
batch-delayLong1Sets the delay interval if metrics are posted in batches (defaults to #DEFAULT_BATCH_DELAY)
scheduling-time-unitTimeUnitTimeUnit.SECONDSSets the time unit applied to the initial delay and delay values (defaults to TimeUnit.SECONDS)
resource-groupStringSets the resource group
scopesList<String>All scopesSets which metrics scopes (e.g., base, vendor, application) should be sent to OCI
initial-delayLong1Sets the initial delay before metrics are sent to OCI (defaults to #DEFAULT_SCHEDULER_INITIAL_DELAY)
enabledBooleantrueSets whether metrics transmission to OCI is enabled

See the manifest for all available types.