lib/flipper/adapters/instrumented.rb in flipper-0.9.0.beta1 vs lib/flipper/adapters/instrumented.rb in flipper-0.9.0
- old
+ new
@@ -7,10 +7,10 @@
# operations. Used by flipper dsl to provide instrumentatin for flipper.
class Instrumented < SimpleDelegator
include ::Flipper::Adapter
# Private: The name of instrumentation events.
- InstrumentationName = "adapter_operation.#{InstrumentationNamespace}"
+ InstrumentationName = "adapter_operation.#{InstrumentationNamespace}".freeze
# Private: What is used to instrument all the things.
attr_reader :instrumenter
# Public: The name of the adapter.