8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0d1e9 commit f923a6aCopy full SHA for f923a6a
arangod/Statistics/StatisticsFeature.cpp
@@ -195,7 +195,7 @@ void StatisticsFeature::start() {
195
}
196
197
198
-void StatisticsFeature::unprepare() {
+void StatisticsFeature::stop() {
199
if (_statisticsThread != nullptr) {
200
_statisticsThread->beginShutdown();
201
arangod/Statistics/StatisticsFeature.h
@@ -82,7 +82,7 @@ class StatisticsFeature final
82
void validateOptions(std::shared_ptr<options::ProgramOptions>) override final;
83
void prepare() override final;
84
void start() override final;
85
- void unprepare() override final;
+ void stop() override final;
86
87
static stats::Descriptions const* descriptions() {
88
if (STATISTICS != nullptr) {
0 commit comments