Skip to content

Commit 038f8f7

Browse files
author
Dave Cuthbert
authored
DOCSP-25762 BACKPORT (#2016)
1 parent 0f03c23 commit 038f8f7

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
@@ -1222,23 +1222,21 @@ Miscellaneous Configuration
12221222

12231223
* - .. urioption:: appName
12241224

1225-
- Specify a custom app name. The app name appears in
1225+
- Specify a custom app name. The app name appears in:
12261226

1227-
- :binary:`~bin.mongod` and :binary:`~bin.mongos` :doc:`logs
1228-
</reference/log-messages>`,
1227+
- :binary:`~bin.mongod` and :binary:`~bin.mongos` :ref:`logs
1228+
<log-messages-ref>`
1229+
- the :data:`currentOp.appName` field in the
1230+
:dbcommand:`currentOp` command and :method:`db.currentOp()`
1231+
method output
1232+
- the :data:`system.profile.appName` field in the
1233+
:ref:`database profiler <profiler>` output
12291234

1230-
- the :data:`currentOp.appName` field in the :dbcommand:`currentOp`
1231-
command and :method:`db.currentOp()` method output,
1235+
The :urioption:`appName` connection option is available for:
12321236

1233-
- the :data:`system.profile.appName` field in the :doc:`database
1234-
profiler </reference/database-profiler>` output.
1235-
1236-
The :urioption:`appName` connection option is only applicable
1237-
when provided to a :ecosystem:`MongoDB Driver </>`. This
1238-
parameter has no effect when supplied to a client application
1239-
such as :compass:`MongoDB Compass </>` or :binary:`~bin.mongosh`.
1240-
1241-
.. versionadded:: 4.0
1237+
- :driver:`MongoDB Drivers </>` starting in MongoDB 4.0
1238+
- :binary:`~bin.mongosh` starting in ``mongosh`` 1.1.9
1239+
- :compass:`MongoDB Compass </>` starting in Compass 1.28.4
12421240

12431241
* - .. urioption:: retryReads
12441242

0 commit comments

Comments
 (0)