Skip to content

Commit 1f0cb6e

Browse files
Updated the alignment
1 parent 7a34ebc commit 1f0cb6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/install/microsoft-sql/whatsNext.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ headingText: What's next?
185185
* If you enable `ENABLE_BUFFER_METRICS`, a query starts running involving the `sys.sysdatabases` and `sys.dm_os_buffer_descriptors` internal tables to obtain the buffer's pool size for each database. This query could cause overhead on some SQL Servers. If you disable `ENABLE_BUFFER_METRICS`, the metric `bufferpool.sizePerDatabaseInBytes` won't be reported in MssqlDatabaseSample and `buferpool.sizeInBytes` won't be reported in MssqlInstanceSample.
186186
* If you enable `ENABLE_DATABASE_RESERVE_METRICS`, the reserved size is queried for each database and may cause some load on your server, depending on its size and usage. When it's disabled, both `pageFileTotal` and `pageFileAvailable` metrics stop being reported in MssqlDatabaseSample.
187187
* If you enable `ENABLE_DISK_METRICS_IN_BYTES`, runs a query which fetchs the volume stats for each database and this query can be slow. If you disable `ENABLE_DISK_METRICS_IN_BYTES`, the metric `instance.diskInBytes` won't be reposted in MssqlDatabaseSample.
188-
</Collapser>
188+
189+
</Collapser>
189190

190191
<Collapser
191192
id="custom-query"

0 commit comments

Comments
 (0)