Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Sep 20, 2024
1 parent 7bc6ca8 commit f0ba92e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ceph.rook.io/cephcluster_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,25 @@
"description": "Enabled determines whether to create the prometheus rules for the ceph cluster. If true, the prometheus\ntypes must exist or the creation will fail. Default is false.",
"type": "boolean"
},
"exporter": {
"description": "Ceph exporter configuration",
"properties": {
"perfCountersPrioLimit": {
"default": 5,
"description": "Only performance counters greater than or equal to this option are fetched",
"format": "int64",
"type": "integer"
},
"statsPeriodSeconds": {
"default": 5,
"description": "Time to wait before sending requests again to exporter server (seconds)",
"format": "int64",
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"externalMgrEndpoints": {
"description": "ExternalMgrEndpoints points to an existing Ceph prometheus exporter endpoint",
"items": {
Expand Down

0 comments on commit f0ba92e

Please sign in to comment.