@@ -8953,6 +8953,70 @@ layers:
89538953 unit: COUNT
89548954 aggregation: AVG
89558955 derivative: NON_NEGATIVE_DERIVATIVE
8956+ - name: sql.statements.bytes_read.count
8957+ exported_name: sql_statements_bytes_read_count
8958+ description: Number of bytes read by SQL statements
8959+ y_axis_label: Bytes
8960+ type: COUNTER
8961+ unit: BYTES
8962+ aggregation: AVG
8963+ derivative: NON_NEGATIVE_DERIVATIVE
8964+ - name: sql.statements.bytes_read.count.internal
8965+ exported_name: sql_statements_bytes_read_count_internal
8966+ description: Number of bytes read by SQL statements (internal queries)
8967+ y_axis_label: SQL Internal Statements
8968+ type: COUNTER
8969+ unit: BYTES
8970+ aggregation: AVG
8971+ derivative: NON_NEGATIVE_DERIVATIVE
8972+ - name: sql.statements.index_bytes_written.count
8973+ exported_name: sql_statements_index_bytes_written_count
8974+ description: Number of primary and secondary index bytes modified by SQL statements
8975+ y_axis_label: Bytes
8976+ type: COUNTER
8977+ unit: BYTES
8978+ aggregation: AVG
8979+ derivative: NON_NEGATIVE_DERIVATIVE
8980+ - name: sql.statements.index_bytes_written.count.internal
8981+ exported_name: sql_statements_index_bytes_written_count_internal
8982+ description: Number of primary and secondary index bytes modified by SQL statements (internal queries)
8983+ y_axis_label: SQL Internal Statements
8984+ type: COUNTER
8985+ unit: BYTES
8986+ aggregation: AVG
8987+ derivative: NON_NEGATIVE_DERIVATIVE
8988+ - name: sql.statements.index_rows_written.count
8989+ exported_name: sql_statements_index_rows_written_count
8990+ description: Number of primary and secondary index rows modified by SQL statements
8991+ y_axis_label: Rows
8992+ type: COUNTER
8993+ unit: COUNT
8994+ aggregation: AVG
8995+ derivative: NON_NEGATIVE_DERIVATIVE
8996+ - name: sql.statements.index_rows_written.count.internal
8997+ exported_name: sql_statements_index_rows_written_count_internal
8998+ description: Number of primary and secondary index rows modified by SQL statements (internal queries)
8999+ y_axis_label: SQL Internal Statements
9000+ type: COUNTER
9001+ unit: COUNT
9002+ aggregation: AVG
9003+ derivative: NON_NEGATIVE_DERIVATIVE
9004+ - name: sql.statements.rows_read.count
9005+ exported_name: sql_statements_rows_read_count
9006+ description: Number of rows read by SQL statements
9007+ y_axis_label: Rows
9008+ type: COUNTER
9009+ unit: COUNT
9010+ aggregation: AVG
9011+ derivative: NON_NEGATIVE_DERIVATIVE
9012+ - name: sql.statements.rows_read.count.internal
9013+ exported_name: sql_statements_rows_read_count_internal
9014+ description: Number of rows read by SQL statements (internal queries)
9015+ y_axis_label: SQL Internal Statements
9016+ type: COUNTER
9017+ unit: COUNT
9018+ aggregation: AVG
9019+ derivative: NON_NEGATIVE_DERIVATIVE
89569020 - name: sql.stats.activity.update.latency
89579021 exported_name: sql_stats_activity_update_latency
89589022 description: The latency of updates made by the SQL activity updater job. Includes failed update attempts
0 commit comments