Skip to content

Releases: Bo0mer/mozzle

v0.4.1

07 Jun 14:15
Compare
Choose a tag to compare

Changelog

  • 764727c mozzle: Use windows equivalent to linux's $HOME when on windows

v0.4.0

26 Feb 16:47
Compare
Choose a tag to compare

Changelog

  • dde0d19 mozzle: Emit both client and server HTTP metrics

v0.3.2

08 Feb 08:52
Compare
Choose a tag to compare

Changelog

mozzle executable

  • 3842f00 cmd/mozzle: Derive network protocol from riemann address
  • ad411b9 cmd/mozzle: Expose RPCTimeout and RefreshInterval
  • d0c402a Update READMEs with better starting guide

v0.3.1

31 Jan 22:57
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 2ba1154 mozzle: Fix space query construction
  • 00c793d mozzle: Fix Riemann emitter race condition
  • 73268b0 mozzle: Closing conn to riemann can not fail ATM
  • 509051e mozzle: Use raidman for emitting to Riemann
  • dcce893 mozzle: Update godoc

v0.3.0

18 Jan 08:48
Compare
Choose a tag to compare

Changelog

mozzle Go API

  • 4227062 mozzle: Support OAuth2 token authentication

mozzle executable

  • bc02524 cmd/mozzle: Initialize monitoring right before use
  • 3b7af41 cmd/mozzle: Add option to use CF CLI's target

Minor tweaks

  • c9f3015 mozzle: Fix godoc typos
  • 8598aaf Update README.md with more usage examples

v0.2.0

12 Jan 09:03
Compare
Choose a tag to compare

Changelog

mozzle Go API

  • export AppMonitor object
  • export Emitter interface - allows to inject a home grown emitter, thus makes the package extensible
  • switch to github.com/Bo0mer/ccv2 for Cloud Foundry API client
  • emit app event metric for each application event
  • emit http response content_length_bytes metric

mozzle executable

  • emit metrics for application events
  • add switches to report the current version (-v, -version)

mib vagrant automation

  • complete rework of dashboards, e.g.
    • add option to summarize the displayed results by grouping for some time period
    • add option to display app crash events when looking at overview dashboards
    • display more than one aggregation of the metrics in some graphs (HTTP response size, response time, and others)

v0.1.0

14 Dec 06:30
Compare
Choose a tag to compare

First release ever! 🎉