- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
이미지 위젯을 사용하면 대시보드에 이미지를 내장할 수 있습니다. 이미지는 URL로 액세스할 수 있는 PNG, JPG 또는 애니메이션 GIF일 수 있습니다.
이 위젯은 Dashboards API와 함께 사용할 수 있습니다. 더 많은 정보를 얻으시려면 Dashboards API documentation을 참조하세요.
이미지 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다.
Expand All
항목
유형
설명
has_background
boolean
Whether to display a background or not.
default: true
has_border
boolean
Whether to display a border or not.
default: true
horizontal_align
enum
Horizontal alignment.
Allowed enum values: center,left,right
margin
enum
Size of the margins around the image.
Note: small
and large
values are deprecated.
Allowed enum values: sm,md,lg,small,large
sizing
enum
How to size the image on the widget. The values are based on the image object-fit
CSS properties.
Note: zoom
, fit
and center
values are deprecated.
Allowed enum values: fill,contain,cover,none,scale-down,zoom,fit,center
type [required]
enum
Type of the image widget.
Allowed enum values: image
default: image
url [required]
string
URL of the image.
url_dark_theme
string
URL of the image in dark mode.
vertical_align
enum
Vertical alignment.
Allowed enum values: center,top,bottom
{
"has_background": true,
"has_border": true,
"horizontal_align": "string",
"margin": "string",
"sizing": "string",
"type": "image",
"url": "https://example.com/image.png",
"url_dark_theme": "https://example.com/image-dark-mode.png",
"vertical_align": "string"
}
추가 유용한 문서, 링크 및 기사: