Skip to content

Commit a3caddb

Browse files
authored
feat: change display priority of sql server to keep only most important fields on top (DataDog#24441)
1 parent 657962c commit a3caddb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sqlserver/assets/configuration/spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ files:
3636
Note: All '%' characters must be escaped as '%%'.
3737
options:
3838
- name: host
39+
display_priority: 3
3940
description: |
4041
Host and port of your SQL server. If a port is ommitted, a default port of 1433 will be used.
4142
If you use Sql Server Browser Service or a similar port autodiscovery service, pass in a port
@@ -47,11 +48,13 @@ files:
4748
type: string
4849
example: <HOST>,<PORT>
4950
- name: username
51+
display_priority: 2
5052
description: Username for the Datadog-SQL server check user. It will be ignored if using Windows authentication.
5153
fleet_configurable: true
5254
value:
5355
type: string
5456
- name: password
57+
display_priority: 1
5558
description: Password for the Datadog-SQL server check user. It will be ignored if using Windows authentication.
5659
fleet_configurable: true
5760
secret: true

0 commit comments

Comments
 (0)