class Metric include ActiveGraph::Node property :key, type: String property :value, type: Integer, default: 0 validates :key, :presence => true end