<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [AWS] - DynamoDB metrics in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-DynamoDB-metrics/m-p/274484#M1987</link>
    <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Nope,&lt;EM&gt; builtin:cloud.aws.dynamo.capacityUnits.read&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;do not provide the same results:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;builtin:cloud.aws.dynamo.capacityUnits.read&lt;/STRONG&gt;: This metric represents the provisioned read capacity units for DynamoDB.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&lt;/STRONG&gt;: This metric represents the sum of consumed read capacity units for DynamoDB.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;The former is about the capacity allocated, while the latter is about the capacity actually used.&lt;BR /&gt;&lt;BR /&gt;To convert the old built-in metric in the new cloud metric:&lt;BR /&gt;&lt;SPAN&gt;you need to use&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;100 * ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum / ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;you this doc as reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-with-aws/aws-all-services/aws-service-dynamodb-new" target="_blank"&gt;https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-with-aws/aws-all-services/aws-service-dynamodb-new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Apr 2025 18:06:59 GMT</pubDate>
    <dc:creator>yanezza</dc:creator>
    <dc:date>2025-04-05T18:06:59Z</dc:date>
    <item>
      <title>[AWS] - DynamoDB metrics</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-DynamoDB-metrics/m-p/274268#M1984</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does both the below mentioned&amp;nbsp;DynamoDB Metrics provide the same results?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;builtin:cloud.aws.dynamo.capacityUnits.read&lt;/EM&gt;&amp;nbsp; AND &lt;EM&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 20:35:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-DynamoDB-metrics/m-p/274268#M1984</guid>
      <dc:creator>dyn98007</dc:creator>
      <dc:date>2025-04-02T20:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: [AWS] - DynamoDB metrics</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-DynamoDB-metrics/m-p/274484#M1987</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Nope,&lt;EM&gt; builtin:cloud.aws.dynamo.capacityUnits.read&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;do not provide the same results:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;builtin:cloud.aws.dynamo.capacityUnits.read&lt;/STRONG&gt;: This metric represents the provisioned read capacity units for DynamoDB.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&lt;/STRONG&gt;: This metric represents the sum of consumed read capacity units for DynamoDB.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;The former is about the capacity allocated, while the latter is about the capacity actually used.&lt;BR /&gt;&lt;BR /&gt;To convert the old built-in metric in the new cloud metric:&lt;BR /&gt;&lt;SPAN&gt;you need to use&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;100 * ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum / ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;you this doc as reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-with-aws/aws-all-services/aws-service-dynamodb-new" target="_blank"&gt;https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-with-aws/aws-all-services/aws-service-dynamodb-new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 18:06:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-DynamoDB-metrics/m-p/274484#M1987</guid>
      <dc:creator>yanezza</dc:creator>
      <dc:date>2025-04-05T18:06:59Z</dc:date>
    </item>
  </channel>
</rss>

