Sha256: 06c9caf62a6697f24eed76704bbefb3297b90c1427b4c002bfa124dcd3808fb9

Contents?: true

Size: 114 Bytes

Versions: 8

Compression:

Stored size: 114 Bytes

Contents

# frozen_string_literal: true

class UserMetrics < Influxer::Metrics
  tags :user_id
  attributes :time_spent
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
influxer-1.2.0 spec/support/metrics/user_metrics.rb
influxer-1.1.6 spec/support/metrics/user_metrics.rb
influxer-1.1.5 spec/support/metrics/user_metrics.rb
influxer-1.1.4 spec/support/metrics/user_metrics.rb
influxer-1.1.3 spec/support/metrics/user_metrics.rb
influxer-1.1.2 spec/support/metrics/user_metrics.rb
influxer-1.1.1 spec/support/metrics/user_metrics.rb
influxer-1.1.0 spec/support/metrics/user_metrics.rb