lib/flipper/instrumentation/subscriber.rb in flipper-0.26.2 vs lib/flipper/instrumentation/subscriber.rb in flipper-0.27.0

- old
+ new

@@ -70,9 +70,17 @@ key = @payload[:key] update_timer "flipper.adapter.#{adapter_name}.#{operation}" end + def update_poller_metrics + # noop + end + + def update_synchronizer_call_metrics + # noop + end + QUESTION_MARK = '?'.freeze # Private def strip_trailing_question_mark(operation) operation.to_s.chomp(QUESTION_MARK)