We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880b192 commit 59c4922Copy full SHA for 59c4922
sqlserver/datadog_checks/sqlserver/data/conf.yaml.example
@@ -100,6 +100,9 @@ instances:
100
## - resolved_hostname: The resolved hostname of the instance, which respects the `reported_hostname` option.
101
## - host: The provided host of the instance.
102
## - port: The port number of the instance.
103
+ ## - azure_name: The resolved hostname of the instance, which respects the `reported_hostname` option,
104
+ ## but removes `.database.windows.net`
105
+ ## - database: The connection database.
106
## - server_name: The resolved server name of the instance.
107
## - instance_name: The resolved instance name of the instance.
108
## In addition, you can use any key from the `tags` section of the configuration.
0 commit comments