File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2414,6 +2414,7 @@ security
2414
2414
2415
2415
"security" : {
2416
2416
"authentication" : {
2417
+ "saslSupportedMechsReceived" : <num>,
2417
2418
"mechanisms" : {
2418
2419
"MONGODB-X509" : {
2419
2420
"speculativeAuthenticate" : {
@@ -2464,6 +2465,13 @@ security
2464
2465
certificate. (Only appears for :binary:`~bin.mongod` or
2465
2466
:binary:`~bin.mongos` instance with support for TLS)
2466
2467
2468
+ .. serverstatus:: security.authentication.saslSupportedMechsReceived
2469
+
2470
+ .. versionadded:: 5.0
2471
+
2472
+ The number of times a :dbcommand:`hello` request includes a valid
2473
+ :data:`hello.saslSupportedMechs` field.
2474
+
2467
2475
.. serverstatus:: security.authentication.mechanisms
2468
2476
2469
2477
A document that reports on the number of times a given
Original file line number Diff line number Diff line change @@ -398,6 +398,11 @@ Cursor Metrics
398
398
- :serverstatus:`metrics.cursor.totalOpened`, which reports the total
399
399
number of cursors that have been opened
400
400
401
+ Security Counter
402
+ - :serverstatus:`security.authentication.saslSupportedMechsReceived`,
403
+ which reports the number of times a :dbcommand:`hello` request
404
+ includes a valid :data:`hello.saslSupportedMechs` field.
405
+
401
406
Plan Cache Debug Info Size Limit
402
407
--------------------------------
403
408
You can’t perform that action at this time.
0 commit comments