Skip to content

Commit

Permalink
Preset config - add 'recommendations' also to 'full_influx' preset
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Jul 10, 2020
1 parent 60cdd38 commit f748c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pgwatch2/metrics/preset-configs.yaml
Expand Up @@ -109,6 +109,7 @@
index_stats: 900
locks: 60
locks_mode: 60
recommendations: 43200
replication: 120
replication_slots: 120
logical_subscriptions: 120
Expand Down
1 change: 1 addition & 0 deletions pgwatch2/sql/config_store/config_store.sql
Expand Up @@ -197,6 +197,7 @@ insert into pgwatch2.preset_config (pc_name, pc_description, pc_config)
"index_stats": 900,
"locks": 60,
"locks_mode": 60,
"recommendations": 43200,
"replication": 120,
"replication_slots": 120,
"logical_subscriptions": 120,
Expand Down

0 comments on commit f748c01

Please sign in to comment.