PerRuleChartMetadata¶
| Field | Type | Description |
|---|---|---|
| rule_id | string | The rule ID this metadata applies to. |
| metadata | The chart metadata. |
Example¶
JSON
{
"metadata": {
"metric_chart_metadata": {
"metadata": [
{
"connector_export_config": [
{
"cloudwatch_connector_export_config": {
"fixed_dimensions": {
"key": ""
},
"namespace": "payments"
},
"connector_name": "primary-cloudwatch"
}
],
"limit_strategy": {},
"sort_order": "DESC",
"title": "My Workflow",
"top_k_algorithm": "MAX",
"y_axis": {
"description": "Example text",
"unit": "COUNT"
}
}
],
"time_series_display_mode": {}
},
"no_data_message": "Example text",
"summary": {
"description": "Example text"
},
"title": "My Workflow"
},
"rule_id": "actn_ghi789"
}