GetWorkflowChartsResponse¶
Source definition: src/bitdrift/public/unary/dashboards/v1/api.proto#L88-L90
| Field | Type | Description |
|---|---|---|
| charts |
Example¶
JSON
{
"charts": [
{
"id": {
"workflow": {
"aggregated_action_id": "count/fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
"chart_rule_id": "_i1yUnHjKfmWpCaD5Tazo",
"workflow_id": "DFg5"
}
},
"line": {
"configurable_percentiles": [
99.0
],
"supports_multiple_percentiles": true
},
"metadata": {
"metric_chart_metadata": {
"metadata": [
{
"connector_export_config": [
{
"cloudwatch_connector_export_config": {
"fixed_dimensions": {
"key": ""
},
"metric_name": "foreground_launches",
"namespace": "mobile_metrics"
},
"connector_name": "cloudwatch-primary"
}
],
"limit_strategy": {},
"sort_order": "DESC",
"title": "Time series title",
"top_k_algorithm": "MAX",
"y_axis": {
"description": "Count",
"unit": "COUNT"
}
}
],
"time_series_display_mode": {}
},
"no_data_message": "Example text",
"summary": {
"description": "Example text"
},
"title": "Chart title"
}
}
]
}