Sha256: ce10c29feca5037f546bee0fd80f21b830148a7874b1537d4579798fd4a44e2c
Contents?: true
Size: 314 Bytes
Versions: 22
Compression:
Stored size: 314 Bytes
Contents
json.start @start_at.try!(:strftime, '%Y-%m-%d %H:%M:%S') json.end @end_at.strftime('%Y-%m-%d %H:%M:%S') json.data do json.array! @logs do |log| json.x log.job_instance.created_at.strftime('%Y-%m-%d %H:%M:%S') json.y log.value json.label "##{log.job_instance.id}" json.group 'memory' end end
Version data entries
22 entries across 22 versions & 1 rubygems