Mike Heffner
Mike Heffner
This seems to only preserve the request body on PUT and POST request methods. AFAIK, the standards do not explicitly prohibit a request body on a DELETE request, so the...
Everyone should really be moving to the [Savings Plans](https://aws.amazon.com/savingsplans/) now, so this should support that. It's somewhat a departure of the per-instance-class pricing that this calculator was designed for, so...
For timers, provide the option to calculate percentiles using the Cormode-Muthukrishnan algorithm which doesn't require storing all timer samples. This would be more performant for timers that receive lots of...
**Describe the bug** A `netlify.toml` with a headers section containing the same header repeated more than once will fail to parse, which appears to track the correct behavior. However, if...
When using the `Query.One` method to populate a single row from the database (like below), it would seem to me like the implication is that it will only select a...
It looks like the original pricing information is no longer available at: `https://a0.p.awsstatic.com/pricing/1.0/...`. It has now moved to `https://b0.p.awsstatic.com/pricing/2.0/...` and has a new format. This means that this is currently...
This and IncludeRegex would be mutually exclusive.
Take the following code: ```ruby measure_time = (Time.now.tv_sec / 300) * 300 Librato::Metrics.authenticate 'token', opts[:appoptics_token] queue = Librato::Metrics::Queue.new(:prefix => "foo", :time => measure_time) queue.add "mymetric": { value: 1.34, tags: {"foo"...
If possible, it would be nice to treat the key strings in the fetch response as case insensitive. The following query will return data for the source "bLaH", but given...
If a measure_time is set on a queue, it would seem reasonable that measurements within the queue would use that queue-level measure_time. Right now you also have to explicitly set...