Skip to content

Commit cbc4279

Browse files
authored
Set display_priority in gunicorn spec.yaml based on field usage (DataDog#23275)
1 parent 5d9b4ae commit cbc4279

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gunicorn/assets/configuration/spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ files:
55
- template: init_config
66
options:
77
- name: gunicorn
8+
display_priority: 0
89
description: |
910
Command or path to gunicorn (e.g. `/usr/local/bin/gunicorn` or `docker exec container gunicorn`)
1011
can be overwritten on an instance
@@ -16,6 +17,7 @@ files:
1617
- template: instances
1718
options:
1819
- name: proc_name
20+
display_priority: 1
1921
required: true
2022
description: |
2123
The name of the gunicorn process. For the following gunicorn server:
@@ -27,6 +29,7 @@ files:
2729
type: string
2830
fleet_configurable: true
2931
- name: gunicorn
32+
display_priority: 0
3033
description: Command or path to gunicorn (e.g. `/usr/local/bin/gunicorn` or `docker exec container gunicorn`)
3134
value:
3235
type: string

0 commit comments

Comments
 (0)