turbot/oci_insights

Query: nosql_table_write_throttle

Usage

powerpipe query oci_insights.query.nosql_table_write_throttle

SQL

select
d.timestamp,
(sum / 86400) as write_throttle_count_daily
from
oci_nosql_table_metric_write_throttle_count_daily as d
left join oci_nosql_table as t on d.name = t.name
where
d.timestamp >= current_date - interval '7 day'
and t.id = $1
order by
d.timestamp;

Dashboards

The query is used in the dashboards: