Ryan Smith

Results 55 comments of Ryan Smith

@BRMatt Interesting. Can you show me your Procfile and any relevant environment variables?

@BRMatt How strange. Can you add heroku runtime metrics onto this app? I would be curious to see the metal metrics on this dyno during these turbulent times. From the...

Do you have to perform any actions to bring the system back to a healthy state? How do you recover? Also, how are you noticing these problems?

As it happens, this is sort of a strange issue. Previously, l2met would pull the hostname from the router log lines. This was removed in #96 as it caused major...

More information on drain prefixes can be found here: https://github.com/ryandotsmith/l2met/wiki/Usage#prefix

I also noticed that the Heroku router has `web.X` in the `dyno=` field. We should modify the Heroku router to read that field and use it as the source. In...

@jamischarles that would be awesome. Want to make a FAQ page in the Wiki?

I am going to take a stab at implementation today.

@mikehale Don't you feel like it is wrong that we have a timestamp in the header **and** the body of the syslog packet?

L2met definitely uses the timestamp in the header to route the measurement to the correct bucket. However, l2met drops messages that are "late" to the receiver. https://github.com/ryandotsmith/l2met/blob/master/receiver/receiver.go#L101-108