You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/docs/2.17/scalers/mongodb.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ The `mongodb` trigger always requires the following information:
64
64
- `dbName`- Name of the database.
65
65
- `collection`- Name of the collection.
66
66
- `query`- A MongoDB query that should return single numeric value.
67
-
- `queryValue`- A threshold that will define when scaling should occur.
68
-
- `activationQueryValue`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
67
+
- `queryValue`- A threshold that will define when scaling should occur. This value can be a float.
68
+
- `activationQueryValue`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional). This value can be a float.
69
69
70
70
To connect to the MongoDB server, you can provide either:
0 commit comments