Mat Schaffer

Results 98 comments of Mat Schaffer

I think in my case the old terminal might have had the asdf shims pathed out by a direnv `PATH_add` call that I'd since removed.

So incase this helps anyone on Rails. I put my settings.rb in app/models and made it look like this: ``` class Settings < Settingslogic source "#{Rails.root}/config/application.yml" namespace Rails.env load! end...

Thanks for the tip @syco - exactly what I need to fix a case where a file had switched from encrypted to unencrypted via gitattributes but the committed file was...

Gotcha. Do you have a recommended set of `api.period`, `scrape_interval`, and `scrape_timeout` settings that seem to be working for you?

So far I'm still seeing this behavior with the change in place. Though now that I have EC2 instances spun up I wonder if it could be some side effect...

So "good" news, in a manner of speaking. The EC2 instance started showing drops, and at a noticeably higher rate than my locally running copy with this patch. Interval =...

I'll replace the EC2 version with a build from this branch and we can see how that pans out.

Sadly still pretty bumpy on EC2 with this patch as well. ![prometheus_time_series_collection_and_processing_server](https://cloud.githubusercontent.com/assets/690/15091362/30a207d4-1482-11e6-8e74-b70b741068e7.png)

No, log file looks clean: ``` time="2016-05-04T20:40:46-07:00" level=info msg="Listening on :9126." file="newrelic_exporter.go" line=518 time="2016-05-05T23:33:43-07:00" level=info msg="Listening on :9126." file="newrelic_exporter.go" line=521 ``` This is just running it under supervisor like: ```...