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: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@
7
7
8
8
Based on [MongoDB exporter](https://github.com/dcu/mongodb_exporter) by David Cuadrado (@dcu), but forked for full sharded support and structure changes.
9
9
10
-
11
-
## Experimental
12
-
13
-
The exporter is in beta/experimental state and field names are **very likely to change** and features may change or get removed!
14
-
15
10
## Features
16
11
17
12
- MongoDB Server Status metrics (*cursors, operations, indexes, storage, etc*)
@@ -76,10 +71,9 @@ Point the process to any mongo port and it will detect if it is a mongos, replic
76
71
## Roadmap
77
72
78
73
- Document more configurations options here
79
-
- Stabilize RocksDB and WiredTiger support (*currently beta/experimental*)
74
+
- Stabilize RocksDB and WiredTiger support
80
75
- Move MongoDB user/password/authdb to a file (for security)
0 commit comments