@@ -1211,23 +1211,21 @@ Miscellaneous Configuration
1211
1211
1212
1212
* - .. urioption:: appName
1213
1213
1214
- - Specify a custom app name. The app name appears in
1214
+ - Specify a custom app name. The app name appears in:
1215
1215
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
1218
1223
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:
1221
1225
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
1231
1229
1232
1230
* - .. urioption:: retryReads
1233
1231
0 commit comments