Add context and insights with customizable Markdown text.
yaml
type: "io.kestra.plugin.core.dashboard.chart.markdown"Display custom content in place with Markdown.
yaml
charts:
- id: markdown_insight
type: io.kestra.plugin.core.dashboard.chart.Markdown
chartOptions:
displayName: Chart Insights
description: How to interpret this chart
content: |
## Execution Success Rate
This chart displays the percentage of successful executions over time.
- A **higher success rate** indicates stable and reliable workflows.
- Sudden **drops** may signal issues in task execution or external dependencies.
- Use this insight to identify trends and optimize performance.
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]* Min length
1DEPRECATEDMarkdown content to display
Use the String source instead
Flow ID
Flow Namespace
Validation RegExp
^[A-Za-z_$][A-Za-z0-9_$]*(\.[A-Za-z_$][A-Za-z0-9_$]*)*$ Min length
1 Validation RegExp
^[A-Za-z_$][A-Za-z0-9_$]*(\.[A-Za-z_$][A-Za-z0-9_$]*)*$ Min length
1Markdown content to display
Min length
1 Default
6 Minimum
>= 1 Maximum
<= 12