Class UpdateTenancyConfigDataAttributesMetricsConfig

Metrics collection configuration for updating an OCI tenancy, controlling which compartments and services are included or excluded.

Hierarchy

  • UpdateTenancyConfigDataAttributesMetricsConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
compartmentTagFilters?: string[]

List of compartment tag filters to scope metrics collection to specific compartments.

enabled?: boolean

Whether metrics collection is enabled for the tenancy.

excludedServices?: string[]

List of OCI service names to exclude from metrics collection.

Generated using TypeDoc