Skip to content

Commit 5d9b4ae

Browse files
authored
[FA] Set display_priority in cassandra spec.yaml (DataDog#23274)
* Set display_priority in cassandra spec.yaml based on field usage * Add changelog entry for cassandra
1 parent 41c7da9 commit 5d9b4ae

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

cassandra/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ files:
99
- template: instances
1010
options:
1111
- name: cassandra_aliasing
12+
display_priority: 1
1213
description: |
1314
Must be set to true to comply with CASSANDRA-4009.
1415
Learn more: https://issues.apache.org/jira/browse/CASSANDRA-4009

cassandra/changelog.d/23274.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re-order configuration fields based on real-world usage data.

cassandra/datadog_checks/cassandra/data/conf.yaml.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,22 @@ init_config:
5353
#
5454
instances:
5555

56+
## @param cassandra_aliasing - boolean - required
57+
## Must be set to true to comply with CASSANDRA-4009.
58+
## Learn more: https://issues.apache.org/jira/browse/CASSANDRA-4009
59+
#
60+
- cassandra_aliasing: true
61+
5662
## @param host - string - required
5763
## JMX hostname to connect to.
5864
#
59-
- host: localhost
65+
host: localhost
6066

6167
## @param port - integer - required
6268
## JMX port to connect to.
6369
#
6470
port: 7199
6571

66-
## @param cassandra_aliasing - boolean - required
67-
## Must be set to true to comply with CASSANDRA-4009.
68-
## Learn more: https://issues.apache.org/jira/browse/CASSANDRA-4009
69-
#
70-
cassandra_aliasing: true
71-
7272
## @param user - string - optional
7373
## User to use when connecting to JMX.
7474
#

0 commit comments

Comments
 (0)