Service definition v2.1 for providing service metadata and integrations.

Hierarchy

  • ServiceDefinitionV2Dot1

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
application?: string

Identifier for a group of related services serving a product feature, which the service is a part of.

A list of contacts related to the services.

ddService: string

Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.

description?: string

A short description of the service.

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

Extensions to v2.1 schema.

Type declaration

  • [key: string]: any

Third party integrations that Datadog supports.

lifecycle?: string

The current life cycle phase of the service.

A list of links related to the services.

Schema version being used.

tags?: string[]

A set of custom tags.

team?: string

Team that owns the service. It is used to locate a team defined in Datadog Teams if it exists.

tier?: string

Importance of the service.

Generated using TypeDoc