Skip to content

Commit 38172bc

Browse files
Revert "Update docs to include optional parameter.mdx"
1 parent 301ffb5 commit 38172bc

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

src/install/microsoft-sql/whatsNext.mdx

+2-27
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ headingText: What's next?
173173
PASSWORD: mssql_password
174174
ENABLE_BUFFER_METRICS: false
175175
ENABLE_DATABASE_RESERVE_METRICS: false
176-
ENABLE_DISK_METRICS_IN_BYTES: false
177176
interval: 30s
178177
labels:
179178
environment: production
@@ -184,9 +183,7 @@ headingText: What's next?
184183

185184
* 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.
186185
* 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.
187-
* 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-
189-
</Collapser>
186+
</Collapser>
190187

191188
<Collapser
192189
id="custom-query"
@@ -449,8 +446,7 @@ The Microsoft SQL Server integration collects the following metric data attribut
449446
</td>
450447

451448
<td>
452-
The amount of disk space on the instance, in bytes. It is reported
453-
when `ENABLE_DISK_METRICS_IN_BYTES` is set to true.
449+
The amount of disk space on the instance, in bytes.
454450
</td>
455451
</tr>
456452

@@ -1008,27 +1004,6 @@ The Microsoft SQL Server integration collects the following metric data attribut
10081004
{
10091005
' '
10101006
}
1011-
<tr>
1012-
<td>
1013-
`ENABLE_DISK_METRICS_IN_BYTES`
1014-
</td>
1015-
1016-
<td>
1017-
Enable collection of the volume stats for each MSSQL instance.
1018-
</td>
1019-
1020-
<td>
1021-
`true`
1022-
</td>
1023-
1024-
<td style={{ 'text-align': 'center' }}>
1025-
M
1026-
</td>
1027-
</tr>
1028-
1029-
{
1030-
' '
1031-
}
10321007

10331008
<tr>
10341009
<td>

0 commit comments

Comments
 (0)