- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
토폴로지 맵 위젯은 데이터 소스와 그 관계를 시각화하여 아키텍처를 통한 데이터 플로우를 파악하도록 도와드립니다.
그래프화할 데이터를 선택합니다.
Enter a title for your graph.
이 위젯은 **대시보드 API**와 함께 사용할 수 있습니다. 위젯 JSON 스키마 정의에 대한 다음 표를 참조하세요.
항목
유형
설명
custom_links
[object]
List of custom links.
is_hidden
boolean
The flag for toggling context menu link visibility.
label
string
The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables.
link
string
The URL of the custom link. URL must include http
or https
. A relative URL must start with /
.
override_label
string
The label ID that refers to a context menu link. Can be logs
, hosts
, traces
, profiles
, processes
, containers
, or rum
.
requests [required]
[object]
One or more Topology requests.
query
object
Query to service-based topology data sources like the service map or data streams.
data_source
enum
Name of the data source
Allowed enum values: data_streams,service_map
filters
[string]
Your environment and primary tag (or * if enabled for your account).
service
string
Name of the service
request_type
enum
Widget request type.
Allowed enum values: topology
title
string
Title of your widget.
title_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
title_size
string
Size of the title.
type [required]
enum
Type of the topology map widget.
Allowed enum values: topology_map
default: topology_map
{
"custom_links": [
{
"is_hidden": false,
"label": "Search logs for {{host}}",
"link": "https://app.datadoghq.com/logs?query={{host}}",
"override_label": "logs"
}
],
"requests": [
{
"query": {
"data_source": "string",
"filters": [
"env:prod",
"az:us-east"
],
"service": "myService"
},
"request_type": "string"
}
],
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "topology_map"
}
추가 유용한 문서, 링크 및 기사: