简体   繁体   English

ReadProvisionedThroughputExceeded 指标的 Sum 和 SampleCount 统计数据的单位是什么?

[英]What are the units for Sum & SampleCount stats for ReadProvisionedThroughputExceeded metric?

What does it mean to have different values for Sum() vs SampleCount() stats over ReadProvisonedThroughputExceeded metric for kinesis stream?对于 stream 的ReadProvisonedThroughputExceeded指标, Sum()SampleCount()统计数据具有不同的值意味着什么? Shouldn't it be the same?不应该一样吗?

Period = 5 mins周期 = 5 分钟

采样数

和

The ReadProvisonedThroughputExceeded shows the ReadProvisonedThroughputExceeded显示

The number of GetRecords calls throttled限制的GetRecords调用次数

See here .这里

Meric is published per GetRecords call and the value is 0 if the call was not throttled or 1 if the call was throttled.每个GetRecords调用都会发布 Meric,如果调用未受到限制,则值为 0,如果调用受到限制,则值为 1。 So graphing the SampleCount will give you the number of GetRecords calls.因此绘制SampleCount图表将为您提供GetRecords调用的次数。 Sum will give you the total number of throttled calls. Sum将为您提供受限呼叫的总数。 The most useful stat here is probably the Average , which will give you the percentage of throttled calls.这里最有用的统计数据可能是Average ,它将为您提供受限调用的百分比。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 aws ec2 自动缩放组的“平均网络输入”的单位是什么 - what are the units for "Average Network In" for aws ec2 autoscaling groups 如何配置基于日志的指标以对日志消息中的某些值求和? - How do I configure a logs-based metric to sum some values from log messages? Google 表格的指标。 “每个用户”——它是什么? 是服务帐号吗? - The metric for Google Sheets. "Per user" - what is it? It's for service accounts? 如何在 Golang 中获取 Memory 指标、磁盘指标和 CPU 指标? - How to get Memory metric, Disk metric and CPU metric in Golang? hypertune package 中的“report_hyperparameter_tuning_metric”function 中的“global_step”参数指的是什么? - What does the 'global_step' parameter refer to from the 'report_hyperparameter_tuning_metric' function in the hypertune package? 同一指标的两个指标过滤器 - Two metric filters for the same metric READIOPS 指标图未显示任何内容 - READIOPS metric graph is not showing anything 为公制 CDK 创建数学表达式 - create mathexpression for metric CDK Sqs 指标 numberofmessagesreceived 增长 - Sqs metric numberofmessagesreceived growing IAM 权限被拒绝 - Google Cloud 创建指标 - IAM Permission Denied - Google Cloud Create metric
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM