Skip to content

Commit

Permalink
adds param name to spec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalextorres committed Jul 12, 2024
1 parent 51fa161 commit 267094d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions postgres/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@ files:
type: boolean
example: false
display_default: false
- name: global_view_db
description: Database the agent connects to perform autodiscovery operations
value:
type: string
example: postgres
display_default: postgres
- name: max_databases
description: The maximum number of databases this host should monitor.
value:
Expand Down
10 changes: 5 additions & 5 deletions postgres/datadog_checks/postgres/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -269,16 +269,16 @@ instances:
#
# enabled: false

## @param max_databases - integer - optional - default: 100
## The maximum number of databases this host should monitor.
#
# max_databases: 100

## @param global_view_db - string - optional - default: postgres
## Database the agent connects to perform autodiscovery operations
#
# global_view_db: postgres

## @param max_databases - integer - optional - default: 100
## The maximum number of databases this host should monitor.
#
# max_databases: 100

## @param include - list of strings - optional - default: ['.*']
## Regular expression for database names to include as part of
## database autodiscovery.
Expand Down

0 comments on commit 267094d

Please sign in to comment.