Class TenancyConfigDataAttributesMetricsConfig

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

Hierarchy

  • TenancyConfigDataAttributesMetricsConfig

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 scoping metrics collection to specific compartments.

enabled?: boolean

Whether metrics collection is enabled for the tenancy.

excludedServices?: string[]

List of OCI service names excluded from metrics collection.

Generated using TypeDoc