Skip to content

Commit 288191b

Browse files
author
Dave Cuthbert
authored
DOCSP-25762 BACKPORT (#2017)
1 parent d32c1af commit 288191b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

source/reference/connection-string.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,23 +1211,21 @@ Miscellaneous Configuration
12111211

12121212
* - .. urioption:: appName
12131213

1214-
- Specify a custom app name. The app name appears in
1214+
- Specify a custom app name. The app name appears in:
12151215

1216-
- :binary:`~bin.mongod` and :binary:`~bin.mongos` :doc:`logs
1217-
</reference/log-messages>`,
1216+
- :binary:`~bin.mongod` and :binary:`~bin.mongos` :ref:`logs
1217+
<log-messages-ref>`
1218+
- the :data:`currentOp.appName` field in the
1219+
:dbcommand:`currentOp` command and :method:`db.currentOp()`
1220+
method output
1221+
- the :data:`system.profile.appName` field in the
1222+
:ref:`database profiler <profiler>` output
12181223

1219-
- the :data:`currentOp.appName` field in the :dbcommand:`currentOp`
1220-
command and :method:`db.currentOp()` method output,
1224+
The :urioption:`appName` connection option is available for:
12211225

1222-
- the :data:`system.profile.appName` field in the :doc:`database
1223-
profiler </reference/database-profiler>` output.
1224-
1225-
The :urioption:`appName` connection option is only applicable
1226-
when provided to a :ecosystem:`MongoDB Driver </>`. This
1227-
parameter has no effect when supplied to a client application
1228-
such as :compass:`MongoDB Compass </>` or :binary:`~bin.mongosh`.
1229-
1230-
.. versionadded:: 4.0
1226+
- :driver:`MongoDB Drivers </>` starting in MongoDB 4.0
1227+
- :binary:`~bin.mongosh` starting in ``mongosh`` 1.1.9
1228+
- :compass:`MongoDB Compass </>` starting in Compass 1.28.4
12311229

12321230
* - .. urioption:: retryReads
12331231

0 commit comments

Comments
 (0)