# File lib/new_relic/agent/datastores/mongo/metric_translator.rb, line 92 def self.get_name_from_selector(command_key, payload) if command_key command_key.to_sym else NewRelic::Agent.increment_metric("Supportability/Mongo/UnknownCollection") payload[:selector].first.first unless command_key end end