@@ -1222,23 +1222,21 @@ Miscellaneous Configuration
1222
1222
1223
1223
* - .. urioption:: appName
1224
1224
1225
- - Specify a custom app name. The app name appears in
1225
+ - Specify a custom app name. The app name appears in:
1226
1226
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
1229
1234
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:
1232
1236
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
1242
1240
1243
1241
* - .. urioption:: retryReads
1244
1242
0 commit comments