@@ -8905,6 +8905,70 @@ layers:
89058905 unit: COUNT
89068906 aggregation: AVG
89078907 derivative: NON_NEGATIVE_DERIVATIVE
8908+ - name: sql.statements.bytes_read.count
8909+ exported_name: sql_statements_bytes_read_count
8910+ description: Number of bytes read by SQL statements
8911+ y_axis_label: Bytes
8912+ type: COUNTER
8913+ unit: BYTES
8914+ aggregation: AVG
8915+ derivative: NON_NEGATIVE_DERIVATIVE
8916+ - name: sql.statements.bytes_read.count.internal
8917+ exported_name: sql_statements_bytes_read_count_internal
8918+ description: Number of bytes read by SQL statements (internal queries)
8919+ y_axis_label: SQL Internal Statements
8920+ type: COUNTER
8921+ unit: BYTES
8922+ aggregation: AVG
8923+ derivative: NON_NEGATIVE_DERIVATIVE
8924+ - name: sql.statements.index_bytes_written.count
8925+ exported_name: sql_statements_index_bytes_written_count
8926+ description: Number of primary and secondary index bytes modified by SQL statements
8927+ y_axis_label: Bytes
8928+ type: COUNTER
8929+ unit: BYTES
8930+ aggregation: AVG
8931+ derivative: NON_NEGATIVE_DERIVATIVE
8932+ - name: sql.statements.index_bytes_written.count.internal
8933+ exported_name: sql_statements_index_bytes_written_count_internal
8934+ description: Number of primary and secondary index bytes modified by SQL statements (internal queries)
8935+ y_axis_label: SQL Internal Statements
8936+ type: COUNTER
8937+ unit: BYTES
8938+ aggregation: AVG
8939+ derivative: NON_NEGATIVE_DERIVATIVE
8940+ - name: sql.statements.index_rows_written.count
8941+ exported_name: sql_statements_index_rows_written_count
8942+ description: Number of primary and secondary index rows modified by SQL statements
8943+ y_axis_label: Rows
8944+ type: COUNTER
8945+ unit: COUNT
8946+ aggregation: AVG
8947+ derivative: NON_NEGATIVE_DERIVATIVE
8948+ - name: sql.statements.index_rows_written.count.internal
8949+ exported_name: sql_statements_index_rows_written_count_internal
8950+ description: Number of primary and secondary index rows modified by SQL statements (internal queries)
8951+ y_axis_label: SQL Internal Statements
8952+ type: COUNTER
8953+ unit: COUNT
8954+ aggregation: AVG
8955+ derivative: NON_NEGATIVE_DERIVATIVE
8956+ - name: sql.statements.rows_read.count
8957+ exported_name: sql_statements_rows_read_count
8958+ description: Number of rows read by SQL statements
8959+ y_axis_label: Rows
8960+ type: COUNTER
8961+ unit: COUNT
8962+ aggregation: AVG
8963+ derivative: NON_NEGATIVE_DERIVATIVE
8964+ - name: sql.statements.rows_read.count.internal
8965+ exported_name: sql_statements_rows_read_count_internal
8966+ description: Number of rows read by SQL statements (internal queries)
8967+ y_axis_label: SQL Internal Statements
8968+ type: COUNTER
8969+ unit: COUNT
8970+ aggregation: AVG
8971+ derivative: NON_NEGATIVE_DERIVATIVE
89088972 - name: sql.stats.activity.update.latency
89098973 exported_name: sql_stats_activity_update_latency
89108974 description: The latency of updates made by the SQL activity updater job. Includes failed update attempts
0 commit comments