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

フィールド

種類

説明

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

フィールド

種類

説明

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.