From d5e63b02a19e4eb1c95822703bc20fd6ce9915d5 Mon Sep 17 00:00:00 2001 From: Nicholas Muesch Date: Thu, 26 Apr 2018 15:41:14 -0400 Subject: [PATCH] Update stored proc yaml example for driver info --- 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 #