Class: NewRelic::Agent::OpenTelemetry::RedisDatastoreTranslator

Inherits:
DatastoreTranslator show all
Defined in:
lib/new_relic/agent/opentelemetry/translators/redis_datastore_translator.rb

Constant Summary

Constants included from AttributeMappings

AttributeMappings::DATASTORE_MAPPINGS, AttributeMappings::DEFAULT_DESTINATIONS, AttributeMappings::HTTP_CLIENT_MAPPINGS, AttributeMappings::HTTP_SERVER_MAPPINGS, AttributeMappings::MESSAGING_CONSUMER_MAPPINGS, AttributeMappings::MESSAGING_PRODUCER_MAPPINGS, AttributeMappings::REDIS_MAPPINGS, AttributeMappings::RPC_CLIENT_MAPPINGS, AttributeMappings::RPC_SERVER_MAPPINGS

Class Method Summary collapse

Methods inherited from DatastoreTranslator

add_specialized_attributes, parse_operation

Methods inherited from BaseTranslator

add_specialized_attributes, translate

Class Method Details

.mappings_hash(_kind) ⇒ Object



12
13
14
# File 'lib/new_relic/agent/opentelemetry/translators/redis_datastore_translator.rb', line 12

def mappings_hash(_kind)
  AttributeMappings::REDIS_MAPPINGS
end