Sha256: 364d9ace2dfb3b7695ba0770d63a22a7a37707df47d99519919314455e7f0e85

Contents?: true

Size: 157 Bytes

Versions: 8

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

class VisitsMetrics < Influxer::Metrics
  set_retention_policy :yearly

  tags :user_id, :gender
  attributes :age, :page
end

Version data entries

8 entries across 8 versions & 1 rubygems

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