Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: Dashboard cleanups (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmatov committed Aug 5, 2022
1 parent 9af45f7 commit 01b56da
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions dashboards/grafana/aws_asset_inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,25 +396,7 @@
"metricColumn": "none",
"rawQuery": true,
"rawSql": "select cq_id, cq_table, account_id, region, arn, fetch_date from aws_resources where account_id in (${account_ids}) and region in (${regions}) and cq_table in (${cq_tables}) ;",
"refId": "A",
"select": [
[
{
"params": [
"value"
],
"type": "column"
}
]
],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
"refId": "A"
}
],
"title": "AWS Resources",
Expand Down Expand Up @@ -469,27 +451,7 @@
"metricColumn": "none",
"rawQuery": true,
"rawSql": "select cq_table, count(*) from aws_resources where account_id in (${account_ids}) and region in (${regions}) group by cq_table order by count desc;",
"refId": "A",
"select": [
[
{
"params": [
"data_transfer_progress_current_rate_in_mega_bytes_per_second"
],
"type": "column"
}
]
],
"table": "aws_redshift_clusters",
"timeColumn": "cluster_create_time",
"timeColumnType": "timestamp",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
"refId": "A"
}
],
"title": "Count by Resource Type",
Expand Down

0 comments on commit 01b56da

Please sign in to comment.