Skip to content

Commit

Permalink
add all the application-related propeties in the focus_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
TZ-zzz committed Sep 6, 2024
1 parent 0bb67e6 commit be51f4d
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion data/percona-server-mongodb-operator/v1.16.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,39 @@
"\\['metadata'\\]\\['annotations'\\]\\['percona\\.com\\\/last\\-config\\-hash'\\]"
],
"focus_fields": [
["spec", "replsets", "ITEM", "storage", "engine"]
["spec", "replsets", "ITEM", "arbiter", "enabled"],
["spec", "replsets", "ITEM", "size"],
["spec", "replsets", "ITEM", "name"],
["spec", "replsets", "ITEM", "configuration"],
["spec", "replsets", "ITEM", "configuration"],
["spec", "replsets", "ITEM", "storage", "engine"],
["spec", "replsets", "ITEM", "storage", "wiredTiger"],
["spec", "replsets", "ITEM", "storage", "inMemory", "engineConfig", "inMemorySizeRatio"],
["spec", "replsets", "ITEM", "storage", "inMemory", "engineConfig", "inMemorySizeRatio"],
["spec", "replsets", "ITEM", "splitHorizons"],
["spec", "replsets", "ITEM", "expose", "enabled"],
["spec", "replsets", "ITEM", "expose", "exposeType"],
["spec", "replsets", "ITEM", "nonvoting", "enabled"],
["spec", "replsets", "ITEM", "nonvoting", "size"],
["spec", "replsets", "ITEM", "nonvoting", "resources", "requests"],
["spec", "replsets", "ITEM", "arbiter", "enabled"],
["spec", "replsets", "ITEM", "arbiter", "size"],
["spec", "replsets", "ITEM", "arbiter", "size"],
["spec", "replsets", "ITEM", "resources", "requests"],
["spec", "replsets", "ITEM", "resources", "requests"],
["spec", "pmm"],
["spec", "sharding", "enabled"],
["spec", "sharding", "configsvr", "size"],
["spec", "sharding", "configsvr", "expose", "enabled"],
["spec", "sharding", "configsvr", "expose", "exposeType"],
["spec", "sharding", "mongos", "size"],
["spec", "sharding", "mongos", "configuration"],
["spec", "sharding", "mongos", "expose", "exposeType"],
["spec", "sharding", "mongos", "expose", "servicePerPod"],
["spec", "sharding", "mongos", "expose", "nodePort"],
["spec", "backup", "enabled"],
["spec", "backup", "storages"],
["spec", "backup", "pitr"],
["spec", "backup", "configuration"]
]
}

0 comments on commit be51f4d

Please sign in to comment.