librato / python-librato

A Python wrapper for the Librato Metrics API.
Other
72 stars 31 forks source link

Removed spurious type field in POST in queue class #108

Closed vaidyg closed 8 years ago

vaidyg commented 8 years ago

Using the queue class is causing warning log messages on the back end, per Mike.

obfuscurity commented 8 years ago

Seems legitimate since type is only required for PUT requests. Otherwise aiui we use the gauges or counters objects and key off that.

/cc @mheffner for his validation of this assertion.