You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/objects/statistics/_index.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@ weight: $weight
13
13
14
14
## Statistics overview
15
15
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:
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.
50
49
{{</note>}}
51
50
52
51
### Optional URL parameters
53
52
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.
55
54
56
55
-`stime`: limit the start of the time range of the returned statistics
57
56
-`etime`: limit the end of the time range of the returned statistics
0 commit comments