From ba2fc8efcb7a1ac30016c724d7075228bb48c56d Mon Sep 17 00:00:00 2001 From: Nicholas Muesch Date: Fri, 27 Apr 2018 13:37:10 -0400 Subject: [PATCH] Update stored proc yaml example for driver info (#1467) --- sqlserver/conf.yaml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlserver/conf.yaml.example b/sqlserver/conf.yaml.example index e3d2b3de067e0..b097f0bc6251f 100644 --- a/sqlserver/conf.yaml.example +++ b/sqlserver/conf.yaml.example @@ -67,6 +67,7 @@ init_config: # As well as capturing from the DMV you can also capture from a custom proc # Please note this feature will produce a number of custom metrics that might affect your billing + # This feature is also only available when using the adodbapi driver (set by default) # To use this feature, specify in your instance the procedure to execute : # stored_procedure: ProcedureToExecute #