AWS Cloudwatch:有没有办法记录特定 table Attributes/Column 名称的 DynamoDB PutItem 操作?

AWS Cloudwatch: Is there a way to record DynamoDB PutItem operations for specific table Attributes/Column names?

{
    "view": "timeSeries",
    "stacked": true,
    "metrics": [
        [ "AWS/DynamoDB", "SuccessfulRequestLatency", "TableName", "table1_name", "Operation", "PutItem" ]
    ],
    "region": "us-east-2",
    "title": "table1 PutItem graph",
    "period": 300,
    "setPeriodToTimeRange": true
}

我可以在此列表中添加任何内容以表示我只想记录“水果”列中的 PutItems 吗?

您在此处共享的是 CloudWatch 仪表板的片段。 CloudWatch 仪表板只能使用已经可用的指标,因此我们必须查看 DynamoDB 指标提供的粒度,它不比 table 更细。所以恐怕你要找的东西是不可能的。