- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
フリーテキストは、スクリーンボードに見出しを追加できるウィジェットです。
ダッシュボード全体の目的を示すためによく使用されます。
このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード 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
{
"color": "string",
"font_size": "string",
"text": "",
"text_align": "string",
"type": "free_text"
}
お役に立つドキュメント、リンクや記事: