Skip to content

Commit

Permalink
feat: Update dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Aug 14, 2024
1 parent ac03e1c commit cf8f3b1
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion cloudquery/assets/dashboards/cloudquery_syncs_insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,75 @@
"size": "sm",
"has_uniform_y_axes": true
},
"layout": { "x": 0, "y": 5, "width": 12, "height": 7 }
"layout": { "x": 0, "y": 5, "width": 12, "height": 3 }
},
{
"id": 4618294854537207,
"definition": {
"title": "Throttled APIs detected in logs over time",
"title_size": "16",
"title_align": "left",
"show_legend": false,
"legend_layout": "auto",
"legend_columns": ["avg", "min", "max", "value", "sum"],
"type": "timeseries",
"requests": [
{
"formulas": [{ "formula": "a" }],
"queries": [
{
"data_source": "logs",
"name": "a",
"indexes": ["*"],
"compute": { "aggregation": "count" },
"group_by": [],
"search": {
"query": "(@retry.attempt:>=2 OR \"retrying request\") @service.name:$service.value"
},
"storage": "hot"
}
],
"response_format": "timeseries",
"style": { "palette": "dog_classic" },
"display_type": "bars"
}
]
},
"layout": { "x": 0, "y": 0, "width": 12, "height": 6 }
},
{
"id": 5021998435653025,
"definition": {
"title": "Permission errors over time",
"title_size": "16",
"title_align": "left",
"show_legend": false,
"legend_layout": "auto",
"legend_columns": ["avg", "min", "max", "value", "sum"],
"type": "timeseries",
"requests": [
{
"formulas": [{ "formula": "a" }],
"queries": [
{
"data_source": "logs",
"name": "a",
"indexes": ["*"],
"compute": { "aggregation": "count" },
"group_by": [],
"search": {
"query": "*:(*permissions OR denied*) -status:(info OR debug) @service.name:$service.value"
},
"storage": "hot"
}
],
"response_format": "timeseries",
"style": { "palette": "dog_classic" },
"display_type": "bars"
}
]
},
"layout": { "x": 0, "y": 6, "width": 12, "height": 3 }
},
{
"id": 2851755114443664,
Expand Down

0 comments on commit cf8f3b1

Please sign in to comment.