lib/statsd/instrument/metric_expectation.rb in statsd-instrument-2.2.1 vs lib/statsd/instrument/metric_expectation.rb in statsd-instrument-2.3.0.beta

- old
+ new

@@ -47,10 +47,11 @@ TYPES = { c: 'increment', ms: 'measure', g: 'gauge', h: 'histogram', + d: 'distribution', kv: 'key/value', s: 'set', } def to_s @@ -62,6 +63,6 @@ end def inspect "#<StatsD::Instrument::MetricExpectation #{self.to_s}>" end -end \ No newline at end of file +end