Module NewRelic::Agent::Datastores::Mongo::EventFormatter
In: lib/new_relic/agent/datastores/mongo/event_formatter.rb

Methods

format   obfuscate  

Constants

OBFUSCATE_KEYS = [ 'filter', 'query', 'pipeline' ].freeze   Keys that will get their values replaced with ’?’.
BLACKLISTED_KEYS = [ 'deletes', 'documents', 'updates' ].freeze   Keys that will get completely removed from the statement.

Public Class methods

[Validate]