Skip to content

Commit db06805

Browse files
committed
updated config
1 parent 2e4d5c2 commit db06805

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sqlserver/datadog_checks/sqlserver/data/conf.yaml.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,12 @@ instances:
108108
## - full_server_name: The resolved full server name of the instance, which is the combination of
109109
## the server name and instance name, or more specifically, the exact value returned by `@@SERVERNAME`.
110110
## In addition, you can use any key from the `tags` section of the configuration.
111-
#
111+
##
112+
## Some examples:
113+
#
112114
# template: $full_server_name
115+
# template: $env-$resolved_hostname:$port
116+
# template: $resolved_hostname/$your-custom-tag
113117

114118
## @param database_autodiscovery - boolean - optional - default: false
115119
## Auto-discover and monitor databases. Supported for the metrics check.

0 commit comments

Comments
 (0)