Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuka0311 committed Nov 26, 2024
1 parent 264612b commit c1f8527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/monitor/SelfMonitorServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void SelfMonitorServer::SendMetrics() {
if (mMetricPipelineCtx == nullptr || mSelfMonitorMetricRules == nullptr) {
return;
}
LOG_INFO(sLogger, ("send self-monitor metrics", "start"));
// new pipeline
vector<SelfMonitorMetricEvent> metricEventList;
ReadMetrics::GetInstance()->ReadAsSelfMonitorMetricEvents(metricEventList);
Expand Down

0 comments on commit c1f8527

Please sign in to comment.