-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Networking & Observability
-
Fully Compatible
-
N&O 2026-04-27
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Some metrics are aggregations over a set of objects. For instance, minimum oplog entry optime among the currently open change stream cursors that will be named "metrics.changeStreams.cursor.open.optime.min".
This metric can be an atomic gauge, however, we will need an additional thread-safe interface to be able to update it safely, e.g., setIfLess
to update the minimum and setIfGreater
to update the maximum.
- related to
-
SERVER-124167 Remove or support direct access to gauge "value"
-
- Closed
-