Skip to content

Commit ceee6fe

Browse files
committed
Added an example of data collected for call home
1 parent bc0b23b commit ceee6fe

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

content/operate/rs/clusters/configure/call-home.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@ These reports provide insights into license consumption, which helps Redis to en
1717

1818
We recommend contacting [Redis support](https://redis.io/support/) before making changes to call home behavior.
1919

20+
## Collected data
21+
22+
The following example shows the data collected hourly for each database:
23+
24+
```sh
25+
"date": "2025-03-25T11:42:13.984Z",
26+
"cluster_UUID": "string",
27+
"cluster_name": "string",
28+
"api_version": "string",
29+
"software_version": "string",
30+
"bdb_uid": "string",
31+
"type": "string",
32+
"shard_type": "string",
33+
"dominant_shard_criteria": "string",
34+
"provisioned_memory": 0,
35+
"used_memory": 0,
36+
"master_shards_count": 0,
37+
"no_eviction": true,
38+
"persistence": true,
39+
"backup": true,
40+
"using_redis_search": true,
41+
"ops_sec": 0,
42+
"replication": true,
43+
"active_active": true
44+
```
45+
2046
## Change data collection schedule
2147

2248
The cluster collects usage data hourly by default.

0 commit comments

Comments
 (0)