Skip to content

Commit

Permalink
fix: remove legacy code (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
catdogpandas authored Jan 6, 2025
1 parent c168321 commit 2bc9b2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void ProcessorPromParseMetricNative::Process(PipelineEventGroup& eGroup) {
ProcessEvent(e, newEvents, eGroup, parser);
}
events.swap(newEvents);
eGroup.SetMetadata(EventGroupMetaKey::PROMETHEUS_SAMPLES_SCRAPED, ToString(events.size()));
}

bool ProcessorPromParseMetricNative::IsSupportedEvent(const PipelineEventPtr& e) const {
Expand Down

0 comments on commit 2bc9b2b

Please sign in to comment.