Class ServiceListDataAttributesMetadataItems

An object containing metadata flags for a service, indicating whether it is traced by APM or monitored through Universal Service Monitoring.

Hierarchy

  • ServiceListDataAttributesMetadataItems

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
isTraced?: boolean

Indicates whether the service is traced by APM.

isUsm?: boolean

Indicates whether the service uses Universal Service Monitoring.

Generated using TypeDoc