MCPcopy Create free account
hub / github.com/alibaba/loongcollector / DecreaseHttpSendingCnt

Method DecreaseHttpSendingCnt

core/runner/FlusherRunner.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void FlusherRunner::DecreaseHttpSendingCnt() {
113 --mHttpSendingCnt;
114 SenderQueueManager::GetInstance()->Trigger();
115}
116
117bool FlusherRunner::PushToHttpSink(SenderQueueItem* item, bool withLimit) {
118 // TODO: use semaphore instead

Callers 3

AddRequestToClientMethod · 0.80
RunMethod · 0.80

Calls 1

TriggerMethod · 0.45

Tested by

no test coverage detected