From 39e5b518c7b172342a177103646c3b30a41969b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:50:51 +0300 Subject: [PATCH] Updated Typo in MSSQL Block Docs (#1112) (#1132) (cherry picked from commit 2a6338189613173882cc3f0d94e067e113b4d79a) Co-authored-by: Tudor Wolff <48030042+itstudes@users.noreply.github.com> --- .../sources/reference/components/prometheus.exporter.windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/prometheus.exporter.windows.md b/docs/sources/reference/components/prometheus.exporter.windows.md index b94a82ca26..c5c1a446ae 100644 --- a/docs/sources/reference/components/prometheus.exporter.windows.md +++ b/docs/sources/reference/components/prometheus.exporter.windows.md @@ -132,7 +132,7 @@ Specifying `enabled_classes` is useful to limit the response to the MSMQs you sp Name | Type | Description | Default | Required ---- |----------| ----------- | ------- | -------- -`enabled_classes` | `list(string)` | Comma-separated list of MSSQL WMI classes to use. | `["accessmethods", "availreplica", "bufman", "databases", "dbreplica", "genstats", "locks", "memmgr", "sqlstats", "sqlerrorstransactions"]` | no +`enabled_classes` | `list(string)` | Comma-separated list of MSSQL WMI classes to use. | `["accessmethods", "availreplica", "bufman", "databases", "dbreplica", "genstats", "locks", "memmgr", "sqlstats", "sqlerrors", "transactions"]` | no ### network block