From 37233ae8ede506c81c9c7214adf5953b88bda22f Mon Sep 17 00:00:00 2001 From: Daniel Kuiper <44123852+kuiperda@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:30:50 +0000 Subject: [PATCH] [chore] sqlserverreceiver/Add run as admin to docs (#27452) **Description:** Added a line explaining to run collector as admin, since not all perf counters are collected unless you do. (Or I'm missing something, which should be documented) **Testing:** No unit tests, but observed this with a simple collector install on windows. **Documentation:** See above. --- receiver/sqlserverreceiver/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/receiver/sqlserverreceiver/README.md b/receiver/sqlserverreceiver/README.md index 018e3623cbe4..708be0d6ae26 100644 --- a/receiver/sqlserverreceiver/README.md +++ b/receiver/sqlserverreceiver/README.md @@ -17,6 +17,8 @@ The `sqlserver` receiver grabs metrics about a Microsoft SQL Server instance using the Windows Performance Counters. Because of this, it is a Windows only receiver. +Make sure to run the collector as administrator in order to collect all performance counters for metrics. + ## Configuration The following settings are optional: