summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
diff options
context:
space:
mode:
authorAdam Rayner <adam.rayner@gmail.com>2022-06-20 20:06:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-20 20:38:07 +0000
commit451d1b53f1993bef6293de321d807f99778a848d (patch)
tree98e0a807dcb6aa77e1745217d30328a33c8e2046 /src/mongo/db/stats
parent77ee09ff95f6f51483ed1cde01198879adaa71ad (diff)
downloadmongo-451d1b53f1993bef6293de321d807f99778a848d.tar.gz
SERVER-65733: remove SNMP module
Diffstat (limited to 'src/mongo/db/stats')
-rw-r--r--src/mongo/db/stats/counters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/counters.h b/src/mongo/db/stats/counters.h
index 3d054806f46..cbf429127f6 100644
--- a/src/mongo/db/stats/counters.h
+++ b/src/mongo/db/stats/counters.h
@@ -113,7 +113,7 @@ public:
_checkWrap(&OpCounters::_acceptableErrorInCommand, 1);
}
- // thse are used by snmp, and other things, do not remove
+ // thse are used by metrics things, do not remove
const AtomicWord<long long>* getInsert() const {
return &*_insert;
}