Skip to content

Commit 6b7efaf

Browse files
fix recent error in sql doc and one in wmi
1 parent e8c9b72 commit 6b7efaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/integrations/sqlserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Connect SQL Server to Datadog in order to:
1414
* Correlate the performance of SQL Server with the rest of your applications.
1515

1616

17-
<%= insert_example_links(conf: "sqlserver", check: "sqlserver"%>
17+
<%= insert_example_links(conf: "sqlserver", check: "sqlserver") %>
1818

1919

2020
## Metrics

content/integrations/wmi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each WMI query has 2 required options, `class` and `metrics` and six optional op
7373
`class` is the name of the WMI class, for example `Win32_OperatingSystem` or `Win32_PerfFormattedData_PerfProc_Process`. You can find many of the standard class names on the [MSDN docs](http://msdn.microsoft.com/en-us/library/windows/desktop/aa394084.aspx). The `Win32_FormattedData_*` classes provide many useful performance counters by default.
7474

7575
`metrics` is a list of metrics you want to capture, with each item in the
76-
list being a set of [WMI property name, metric name, metric type].
76+
list being a set of \[WMI property name, metric name, metric type].
7777

7878
- The property name is something like `NumberOfUsers` or `ThreadCount`.
7979
The standard properties are also available on the MSDN docs for each

0 commit comments

Comments
 (0)