Sha256: 9761c337485b8b93246497246a0d199e1b8e72962a3671fba059e3097c366cec
Contents?: true
Size: 337 Bytes
Versions: 9
Compression:
Stored size: 337 Bytes
Contents
module SnowmanIO class Aggregation include Mongoid::Document belongs_to :metric field :precision, type: String field :at, type: DateTime field :min, type: Float field :avg, type: Float field :up, type: Float field :max, type: Float field :sum, type: Float field :count, type: Integer end end
Version data entries
9 entries across 9 versions & 1 rubygems