@@ -1207,23 +1207,21 @@ Miscellaneous Configuration
1207
1207
1208
1208
* - .. urioption:: appName
1209
1209
1210
- - Specify a custom app name. The app name appears in
1210
+ - Specify a custom app name. The app name appears in:
1211
1211
1212
- - :binary:`~bin.mongod` and :binary:`~bin.mongos` :doc:`logs
1213
- </reference/log-messages>`,
1212
+ - :binary:`~bin.mongod` and :binary:`~bin.mongos` :ref:`logs
1213
+ <log-messages-ref>`
1214
+ - the :data:`currentOp.appName` field in the
1215
+ :dbcommand:`currentOp` command and :method:`db.currentOp()`
1216
+ method output
1217
+ - the :data:`system.profile.appName` field in the
1218
+ :ref:`database profiler <profiler>` output
1214
1219
1215
- - the :data:`currentOp.appName` field in the :dbcommand:`currentOp`
1216
- command and :method:`db.currentOp()` method output,
1220
+ The :urioption:`appName` connection option is available for:
1217
1221
1218
- - the :data:`system.profile.appName` field in the :doc:`database
1219
- profiler </reference/database-profiler>` output.
1220
-
1221
- The :urioption:`appName` connection option is only applicable
1222
- when provided to a :ecosystem:`MongoDB Driver </>`. This
1223
- parameter has no effect when supplied to a client application
1224
- such as :compass:`MongoDB Compass </>` or :binary:`~bin.mongosh`.
1225
-
1226
- .. versionadded:: 4.0
1222
+ - :driver:`MongoDB Drivers </>` starting in MongoDB 4.0
1223
+ - :binary:`~bin.mongosh` starting in ``mongosh`` 1.1.9
1224
+ - :compass:`MongoDB Compass </>` starting in Compass 1.28.4
1227
1225
1228
1226
* - .. urioption:: retryReads
1229
1227
0 commit comments