You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <code>db.blocking_sql.id</code> - The ID for each of the SQL queries blocking the most DB load.</p>
555
+
* </li>
556
+
* <li>
557
+
* <p>
558
+
* <code>db.blocking_sql.sql</code> - The SQL text for each of the SQL queries blocking the most DB load.</p>
559
+
* </li>
560
+
* <li>
561
+
* <p>
562
+
* <code>db.blocking_session.id</code> - The ID for each of the sessions blocking the most DB load.</p>
563
+
* </li>
564
+
* <li>
565
+
* <p>
566
+
* <code>db.blocking_object.id</code> - The ID for each of the object resources acquired by other sessions that are blocking the most DB load.</p>
567
+
* </li>
568
+
* <li>
569
+
* <p>
570
+
* <code>db.blocking_object.type</code> - The object type for each of the object resources acquired by other sessions that are blocking the most DB load.</p>
571
+
* </li>
572
+
* <li>
573
+
* <p>
574
+
* <code>db.blocking_object.value</code> - The value for each of the object resources acquired by other sessions that are blocking the most DB load.</p>
575
+
* </li>
576
+
* <li>
577
+
* <p>
532
578
* <code>db.host.id</code> - The host ID of the connected client (all engines).</p>
* <code>db.query.id</code> for dimension group <code>db.query</code> (DocumentDB only)</p>
1127
1178
* </li>
1179
+
* <li>
1180
+
* <p>For the dimension group <code>db.lock_snapshot</code>, the <code>GroupIdentifier</code> is the epoch timestamp when Performance Insights captured the snapshot, in seconds.
1181
+
* You can retrieve this value with the <code>GetResourceMetrics</code> operation for a 1 second period.</p>
0 commit comments