Skip to content

Commit

Permalink
Bump version and add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zacblazic committed Jan 29, 2018
1 parent a20b284 commit 3565ccf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.5.0

### Improvements
* Added home page with link to metrics.
* Added new fields to output parsed from passenger status command.
* Removed mentions of nginx as this exporter can support other integration modes.

### Breaking Changes
* Changed metrics prefix from `passenger_nginx` to `passenger`. This affects _all_ passenger metrics.
* Renamed metrics:
* Changed `passenger_top_level_queue` to `passenger_top_level_request_queue`.
* Changed `passenger_app_queue` to `passenger_app_request_queue`.
* Changed unit of passenger command timeout duration to seconds.
* Removed deprecated `code_revision` field from output parsed from passenger status command.

0 comments on commit 3565ccf

Please sign in to comment.