Datadog Service Catalog

Get service dependencies

Get a specific service’s immediate upstream and downstream services. The services retrieved are filtered by environment and a primary tag, if one is defined.

Inputs

Field

Type

Description

service [required]

string

The name of the service to get dependencies for.

env [required]

string

Specify what APM environment to query service dependencies by.

primary_tag

string

Specify what primary tag to query service dependencies by.

time

The timeframe to query for.

default: 1h

Outputs

Field

Type

Description

url [required]

string

name

string

Name of the APM service being searched for.

calls

[string]

List of service names called by the given service.

called_by

[string]

List of service names that call the given service.