instedd / telemetry_rails

GNU General Public License v3.0
0 stars 1 forks source link

Set metric API #2

Open waj opened 9 years ago

waj commented 9 years ago

Implement StatsD like sets metric API (https://github.com/etsy/statsd/blob/master/docs/metric_types.md#sets)

Telemetry.set_add(:channels, {project: 3, type: :smpp})
juanedi commented 9 years ago

Changed the API to:

InsteddTelemetry.set_add(:channels, {project_id: 1}, :smpp)