v0.4 (2016-03-09)
Implemented enhancements:
- tail - Add a tag for an invocation of
goshe tail
#31 - tail to the end of the file when --skip is true. #30
- Let's add some timing stats around the dnsmasq stats generation. #22
Fixed bugs:
- Removed architecture from the Makefile during build. #29
Closed issues:
- We're automatically skipping to the end of the file. #32
- Tail is supposed to follow logrotation. #26
- Do some profiling around the tail command. #19
v0.3 (2016-02-25)
Implemented enhancements:
- Build with Go 1.6 #25
- What happens when dnsmasq is restarted? #24
- Let's try a lower interval for dnsmasq stats. #21
- Send memory and CPU stats whenever this is running. #18
Fixed bugs:
- There's a significant bug in dnsmasq stats post 0.2. #27
- Can't cross compile - because of
user.Current\(\)
. #20
v0.2 (2016-02-17)
v0.1 (2016-01-13)
Implemented enhancements:
- Grab stats from Apache's mod_status for the
apache
command. #15 - Refactor the current Metrics sending function. #14
- Make goshe listen for CTRL-C to stop properly. #7
- Make metric(s) monitored configurable with a flag. #6
- Expose memory metrics about goshe during the run. #5
- Add metric name that's settable with a flag. #4
- Add metrics prefix so that we can easily change metric names. #3
- Add go-metrics so we can submit metrics in a more cross platform way. #2
- Add interval so that things run on a loop. #1
Fixed bugs:
- I don't think we need to add the hostname tag. #8
Closed issues:
- Need to add some more logs. #16
- Handles 0 matches and doesn't crash. #12
- Add more general
goshe match
#11
* This Change Log was automatically generated by github_changelog_generator