Sha256: 105349f6cb8b0bf383bafc7deb3240c8b0ca828afc47e8946d94f12f1f0a7146

Contents?: true

Size: 116 Bytes

Versions: 8

Compression:

Stored size: 116 Bytes

Contents

# frozen_string_literal: true

class CustomMetrics < Influxer::Metrics
  tags :code, :user_id
  attributes :val
end

Version data entries

8 entries across 8 versions & 1 rubygems

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