Sha256: 1dde9f4a4454ee9dac091d25f76214f8a9da79802e933a2bec0c4a12b706bf0f
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
require "time" configure "load" do host "localhost" port 24224 rate 100 tag type: :string, any: %w(load_data) field :id, type: :integer, countup: true field :string_field, type: :string, any: %w(str1 str2 str3 str4) field :timestamp_field, type: :string, value: Time.now.iso8601 field :date, type: :string, value: Time.now.strftime("%Y-%m-%d") end
Version data entries
5 entries across 5 versions & 1 rubygems