Datadog Service Catalog

Get service dependencies

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

Champ

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

Champ

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.