Remove wrong datadog metric in Feeds::Import (#11405)

This commit is contained in:
rhymes 2020-11-13 22:11:02 +01:00 committed by GitHub
parent 94fe355dae
commit 910f79e04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,6 @@ module Feeds
create_articles_from_user_feed(user, feed)
end
end
DatadogStatsClient.count("feeds::import::parse_feeds.count", articles.length)
total_articles_count += articles.length