Skip to content

Tags: Bo0mer/mozzle

Tags

v0.4.1

Toggle v0.4.1's commit message
mozzle: Use windows equivalent to linux's $HOME when on windows

Otherwise the CF CLI config.json file will not be found:
  mozzle: error reading CF CLI config: error open ".cf\config.json": open .cf\config.json: The system cannot find the path specified.

Fixes #16.

v0.4.0

Toggle v0.4.0's commit message
mozzle: Emit both client and server HTTP metrics

The firehose provides metrics for communication between the CF
router and the application instances, and the end user and CF
router. Now both metrics are propagated via mozzle.

The way to distinguish them is via the 'peer' metric attribute,
which has value of either 'server' or 'client'. The attribute
describes where the metrics are actually measured:

      HTTP          HTTP
user <----> router <----> application instance
     server        client

  * server - metrics are measured as the router is writing the
    response back to the client.
  * client - metrics are measured as the router is requesting an
    application instance.

Fixes #7.

v0.3.2

Toggle v0.3.2's commit message
cmd/mozzle: Derive network protocol from riemann address

v0.3.1

Toggle v0.3.1's commit message
mozzle: Fix space query construction

Fixes #12.

v0.3.0

Toggle v0.3.0's commit message
mozzle: Fix godoc typos

v0.2.0

Toggle v0.2.0's commit message
Merge pull request #6 from Bo0mer/develop

Expose AppMonitor and Emitter objects

v0.1.0

Toggle v0.1.0's commit message
Merge pull request #1 from Bo0mer/prototype

Add functionality to target a complete org/space pair