Class: Puma::Plugin::TelemetryToo::Transforms::PassthroughTransform

Inherits:
Object
  • Object
show all
Defined in:
lib/puma/plugin/telemetry_too/transforms/passthrough_transform.rb

Overview

A pass-through transform - it returns the telemetry Hash it was given

Class Method Summary collapse

Class Method Details

.call(telemetry) ⇒ Object



9
10
11
# File 'lib/puma/plugin/telemetry_too/transforms/passthrough_transform.rb', line 9

def self.call(telemetry)
  telemetry
end