Sha256: 3d2675e0cd4ce7f9571eaf7458c3d97bdbc4c9505bcf6f169feafdfeb2a88f7e
Contents?: true
Size: 436 Bytes
Versions: 16
Compression:
Stored size: 436 Bytes
Contents
# encoding: utf-8 module TingYun module Instrumentation module Support module EventFormatter def self.format(command_name, database_name, command) result = { :operation => command_name, :database => database_name, :collection => command.values.first, :term => command.values.last } result end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems