Class: ProconBypassMan::ProconPerformanceSpanTransferJob

Inherits:
Object
  • Object
show all
Extended by:
Background::JobPerformable
Defined in:
lib/procon_bypass_man/procon/performance_measurement/procon_performance_span_transfer_job.rb

Overview

Bypassプロセスが収集したパフォーマンスメトリクスを、集計するためにmasterプロセスに転送するためジョブ

Class Method Summary collapse

Methods included from Background::JobPerformable

perform, perform_async

Class Method Details

.perform(spans) ⇒ Object



5
6
7
# File 'lib/procon_bypass_man/procon/performance_measurement/procon_performance_span_transfer_job.rb', line 5

def self.perform(spans)
  ProconBypassMan::Procon::PerformanceMeasurement::QueueOverProcess.push(spans)
end