Class: ProconBypassMan::ProconPerformanceSpanTransferJob
- Inherits:
-
Object
- Object
- ProconBypassMan::ProconPerformanceSpanTransferJob
- 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
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 |