Skip to content

Commit 2de2c9b

Browse files
authored
DOCSP-22993-Add-free-monitoring-callout (#213)
* DOCSP-22993 add Free Monitoring section to index * update codeblock * update version added * kabob * Rebuilding * CR feedback 1 * updates * link text * add sentence of context for service
1 parent f012c12 commit 2de2c9b

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

source/free-monitoring.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _free-monitoring-mongosh:
2+
3+
===============
4+
Free Monitoring
5+
===============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. versionadded:: 1.4.1
16+
17+
``mongosh`` prompts you to enable MongoDB's free monitoring service when
18+
you connect to MongoDB Community Edition cluster.
19+
20+
The monitoring service provides information on your deployment such as
21+
operation execution times and memory usage.
22+
23+
To enable free monitoring, run the following command:
24+
25+
.. code-block:: sh
26+
27+
db.enableFreeMonitoring()
28+
29+
To permanently disable this reminder, run the following command:
30+
31+
.. code-block:: sh
32+
33+
db.disableFreeMonitoring()
34+
35+
For more information on free monitoring see
36+
:ref:`free MongoDB monitoring <free-monitoring-mongodb>`.

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Learn More
9595

9696
/install
9797
/connect
98+
/free-monitoring
9899
/field-level-encryption
99100
/logs
100101
/run-commands

0 commit comments

Comments
 (0)