Skip to content

Commit 8e0f07b

Browse files
Merge pull request #543 from redis/DOC-1850
Update _index.md
2 parents 45c94ae + 6da0000 commit 8e0f07b

File tree

1 file changed

+6
-7
lines changed
  • content/operate/rs/references/rest-api/objects/statistics

1 file changed

+6
-7
lines changed

content/operate/rs/references/rest-api/objects/statistics/_index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ weight: $weight
1313

1414
## Statistics overview
1515

16-
Clusters, databases, nodes, and shards collect various statistics at regular time intervals. You can view the statistics for these objects via `GET stats` requests to their respective endpoints:
16+
Clusters, databases, nodes, and shards collect various statistics at regular time intervals. View the statistics for these objects using `GET stats` requests to their respective endpoints:
1717
- [Cluster stats]({{< relref "/operate/rs/references/rest-api/requests/cluster/stats" >}})
1818
- [Database stats]({{< relref "/operate/rs/references/rest-api/requests/bdbs/stats" >}})
1919
- [Node stats]({{< relref "/operate/rs/references/rest-api/requests/nodes/stats" >}})
2020
- [Shard stats]({{< relref "/operate/rs/references/rest-api/requests/shards-stats" >}})
2121

22+
View endpoint stats using `GET` requests, see:
23+
- [Endpoint stats]({{< relref "/operate/rs/references/rest-api/requests/endpoints-stats" >}})
24+
2225
### Response object
2326

2427
Statistics returned from API requests always contain the following fields:
@@ -42,16 +45,12 @@ More details about the metrics relevant to each object:
4245
- [Shard metrics]({{< relref "/operate/rs/references/rest-api/objects/statistics/shard-metrics" >}})
4346

4447
{{<note>}}
45-
Some statistics are for internal use only. They are not documented and should be ignored.
46-
{{</note>}}
47-
48-
{{<note>}}
49-
Certain statistics will only appear in API responses when they are relevant.
48+
Certain statistics are not documented because they are for internal use only and should be ignored. Some statistics will only appear in API responses when they are relevant.
5049
{{</note>}}
5150

5251
### Optional URL parameters
5352

54-
There are several optional URL parameters you can pass to the various `GET stats` requests in order to filter the returned statistics.
53+
There are several optional URL parameters you can pass to the various `GET stats` requests to filter the returned statistics.
5554

5655
- `stime`: limit the start of the time range of the returned statistics
5756
- `etime`: limit the end of the time range of the returned statistics

0 commit comments

Comments
 (0)