Skip to content

Commit bcc8fae

Browse files
docs: document indexStats (#4)
* docs: document `indexStats` * ci: bump version
1 parent 44b7968 commit bcc8fae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Get stats for all collections from a MongoDB instance. Following commands will b
5858

5959
* `$collStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/collStats/));
6060

61+
* `$indexStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/indexStats/));
62+
6163
* `$planCacheStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/plancachestats/));
6264

6365
* queries `_id` of the oldest doc in each collection.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "index-alignment",
3-
"version": "2.8-0.0.1",
3+
"version": "2.8-0.0.2",
44
"main": "dist/index.js",
5+
"private": true,
56
"type": "module",
67
"files": [
78
"dist/**/*"

0 commit comments

Comments
 (0)