Class: Puma::Plugin::Telemetry::Transforms::PassthroughTransform

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

Overview

A passthrough 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/transforms/passthrough_transform.rb', line 9

def self.call(telemetry)
  telemetry
end