Having a quick poke around and I notice that they are storing all exceptions in an SQL database. I've been looking at storing all the errors we get in our various applications in a central repository and was wondering what the general consensus was? Currently I'm going a centralised logstash server and using a logstash shipper on each of my servers to push the exceptions, from a standard logfile to it. I was toying w…
Stack Exchange's monitoring system is now open source
11–20 of 57 posts
Re: Stack Exchange's monitoring system is now open source
#12Re: Stack Exchange's monitoring system is now open source
#13Re: Stack Exchange's monitoring system is now open source
#14Re: Stack Exchange's monitoring system is now open source
#15Having a quick poke around and I notice that they are storing all exceptions in an SQL database. I've been looking at storing all the errors we get in our various applications in a central repository and was wondering what the general consensus was? Currently I'm going a centralised logstash server and using a logstash shipper on each of my servers to push the exceptions, from a standard logfile to it. I was toying w…
If you are a .net / C# guy check out their csharp raven client[3]. Raven is the client to sentry which automatically sends all exceptions.
[1] https://github.com/getsentry/sentry
Re: Stack Exchange's monitoring system is now open source
#16I understand that it's not worth the cost to cleanup the history, but it's always frustrating to see such a project come with a 100kloc "initial" commit.
Re: Stack Exchange's monitoring system is now open source
#17Has anyone built a very simple solution to start/stop an arbitrary set of Windows services across several boxes, in a specific order? It'd be nice to have a simple GUI for this sort of thing. I've started working on it, but I suck at desktop programming (well, at programming in general, probably)...
Re: Stack Exchange's monitoring system is now open source
#18Re: Stack Exchange's monitoring system is now open source
#19I know they use it, it is just looks kind of odd compared to the rest of young (I mean less than 5 year old) web companies. No Ubuntu, nginx, node, jvm, but instead C#. I don't know, it just stands out.
Re: Stack Exchange's monitoring system is now open source
#20I understand that it's not worth the cost to cleanup the history, but it's always frustrating to see such a project come with a 100kloc "initial" commit.
Interesting. Why? What would be valuable about the commit history for you?