- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
자유 텍스트는 스크린보드에 제목을 추가할 수 있는 위젯입니다.
일반적으로 대시보드의 전반적인 목적을 설명하는 데 사용됩니다.
이 위젯은 **대시보드 API**와 함께 사용할 수 있습니다. 위젯 JSON 스키마 정의에 대한 다음 표를 참조하세요.
Expand All
항목
유형
설명
color
string
Color of the text.
font_size
string
Size of the text.
text [required]
string
Text to display.
text_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
type [required]
enum
Type of the free text widget.
Allowed enum values: free_text
default: free_text
{
"color": "string",
"font_size": "string",
"text": "",
"text_align": "string",
"type": "free_text"
}
추가 유용한 문서, 링크 및 기사: