We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4d5c2 commit db06805Copy full SHA for db06805
sqlserver/datadog_checks/sqlserver/data/conf.yaml.example
@@ -108,8 +108,12 @@ instances:
108
## - full_server_name: The resolved full server name of the instance, which is the combination of
109
## the server name and instance name, or more specifically, the exact value returned by `@@SERVERNAME`.
110
## In addition, you can use any key from the `tags` section of the configuration.
111
- #
+ ##
112
+ ## Some examples:
113
+ #
114
# template: $full_server_name
115
+ # template: $env-$resolved_hostname:$port
116
+ # template: $resolved_hostname/$your-custom-tag
117
118
## @param database_autodiscovery - boolean - optional - default: false
119
## Auto-discover and monitor databases. Supported for the metrics check.
0 commit comments