1.4.6.4 DynamoDB

优质
小牛编辑
128浏览
2023-12-01
  • DynamoDB架构概述
  • v1 API 参考
  • v2 API 参考

统计

DynamoDB过滤器输出统计信息命名空间为http.<stat_prefix>.dynamodb.。其中stat_prefix来自所拥有的HTTP连接管理器。

每个操作的统计信息可以在命名空间http.<stat_prefix>.dynamodb.operation.<operation_name>.找到。

名称类型描述
upstream_rq_totalCounterTotal number of requests with
upstream_rq_timeHistogramTime spent on
upstream_rq_total_xxxCounterTotal number of requests with per response code (503/2xx/etc)
upstream_rq_time_xxxHistogramTime spent on per response code (400/3xx/etc)

每个表的统计信息可以在命名空间http.<stat_prefix>.dynamodb.table.<table_name>.中找到。 DynamoDB的大部分操作都涉及单个表,但BatchGetItemBatchWriteItem可以包含多个表,Envoy仅在所有批处理操作使用相同的表时才跟踪每个表的统计信息。

名称类型描述
upstream_rq_totalCounterTotal number of requests ontable
upstream_rq_timeHistogramTime spent ontable
upstream_rq_total_xxxCounterTotal number of requests ontable per response code (503/2xx/etc)
upstream_rq_time_xxxHistogramTime spent ontable per response code (400/3xx/etc)

免责声明:请注意,这是尚未广泛使用的预发行版本的Amazon DynamoDB功能。 每个分区和操作统计信息可以在命名空间http.<stat_prefix>.dynamodb.table.<table_name>.找到。对于批量操作,Envoy仅在所有操作中使用相同的表时跟踪每个分区和操作统计信息。

名称类型描述
capacity.\.__partition_id=\CounterTotal number of capacity for \ on \table for a given \

其他详细统计信息:

  • 对于4xx响应和部分批处理操作失败,在命名空间http.<stat_prefix>.dynamodb.error.<table_name>.中跟踪指定的表,失败的总次数。
名称类型描述
\CounterTotal number of specific \ for a given \
BatchFailureUnprocessedKeysCounterTotal number of partial batch failures for a given \

运行时设置

DynamoDB过滤器支持以下运行时设置:

  • dynamodb.filter_enabled
    启用过滤器的请求百分比。默认是100%。

返回

  • 上一级