diff --git a/ceph.rook.io/cephcluster_v1.json b/ceph.rook.io/cephcluster_v1.json index 5b6f477..b21ba5b 100644 --- a/ceph.rook.io/cephcluster_v1.json +++ b/ceph.rook.io/cephcluster_v1.json @@ -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": {