Skip to content

Commit

Permalink
RELEASE 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Parissis committed Feb 20, 2019
1 parent 4f955fd commit c5839b2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Christian Rovner <[email protected]>
Hossein <[email protected]>
Igor Vuk <[email protected]>
Marcin Deranek <[email protected]>
Expand All @@ -6,4 +7,3 @@ Patrick Kaeding <[email protected]>
Pavlos Parissis <[email protected]>
Pavlos Parissis <[email protected]>
hos7ein <[email protected]>
Christian Rovner <[email protected]>
34 changes: 20 additions & 14 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.5.0
-----

* RELEASE 0.5.0 version
* Support grouping metrics by frontend, backend and server names

0.4.2
-----

Expand Down Expand Up @@ -31,7 +37,7 @@ CHANGES
* Update reference of UNIX sockets to include TCP
* PEP257 compatible docstring
* Simplify the return logic of two functions
* Add configuration\_check\_for\_servers()
* Add configuration_check_for_servers()
* PEP257 compatible docstrings
* Disable pylint warning for too-many-branches
* Change the log severity to info for task report
Expand All @@ -44,10 +50,10 @@ CHANGES
------

* RELEASE 0.3.15 version
* Add dcon and dses in the list of FRONTEND\_METRICS
* Add ctime in the list of SERVER\_AVG\_METRICS
* Add dcon and dses in the list of FRONTEND_METRICS
* Add ctime in the list of SERVER_AVG_METRICS
* Add chkdown in the list of server metrics
* Add \`slim\` to server metrics, in addition to frontends and backends
* Add `slim` to server metrics, in addition to frontends and backends
* Mention in README about ansible and move code under contrib
* fix update readme file
* - Add Ansible Playbook For Fast Deploy haproxystats On CentOS 7.x - Update README File
Expand All @@ -60,13 +66,13 @@ CHANGES
------

* RELEASE 0.3.14 version
* Fix wrong calculation for Uptime\_sec
* Fix wrong calculation for Uptime_sec

0.3.13
------

* RELEASE 0.3.13 version
* Convert Idle\_pct to CpuUsagePct
* Convert Idle_pct to CpuUsagePct

0.3.12
------
Expand All @@ -81,7 +87,7 @@ CHANGES
------

* RELEASE 0.3.11 version
* Compute standard deviation and percentiles for Idle\_pct
* Compute standard deviation and percentiles for Idle_pct
* Sanitize values in pxname and svname columns
* Simplify the way we exclude frontends/backends
* Add TotalServer metrics for backend, close #4
Expand All @@ -97,7 +103,7 @@ CHANGES
-----

* RELEASE 0.3.9 version
* Avoid replacing '.' with '\_' in namespace setting
* Avoid replacing '.' with '_' in namespace setting
* Avoid crashing when daemon statistics are inconsistent
* Do a comparison to None singleton with is not
* Rename variable epoch to timestamp
Expand Down Expand Up @@ -172,15 +178,15 @@ CHANGES
-----

* RELEASE 0.3.3 version
* Add a tcp\_server which simulates graphite-relay
* Add a tcp_server which simulates graphite-relay
* Add support for per process statistics
* Make it more clear that we perform aggregation

0.3.2
-----

* RELEASE 0.3.2 version
* Make sure we can \_\_init\_\_ method of parent class
* Make sure we can __init__ method of parent class
* Remove unnecessary fallback
* Catch the case where config is in invalid format
* Perform a sanity check on configuration
Expand Down Expand Up @@ -208,7 +214,7 @@ CHANGES
* Revert "Replace in README UTF-8 characters with plain text"
* Refactor the loglevel part
* Disable pylint checks for few cases
* Make load\_file\_content to skip commented out lines
* Make load_file_content to skip commented out lines
* Catch the case when incoming directory disappears
* Disable few pylint checks
* Remove unnecessary fallback
Expand Down Expand Up @@ -248,9 +254,9 @@ CHANGES
* RELEASE 0.1.15 version
* Handle TCP socket failures in a better way
* Remove unused variable
* Rename decorator, retries --> retry\_on\_failures
* Rename decorator, retries --> retry_on_failures
* Add docstrings in functions
* Remove log\_hook as it is not needed anymore
* Remove log_hook as it is not needed anymore
* Rearrange comments
* Replace a for loop with a list comprehension
* Remove unnecessary dependencies from Unit files
Expand Down Expand Up @@ -368,7 +374,7 @@ CHANGES

* RELEASE 0.1.2
* Introduce pull-timeout
* Keep isolate shutdown and write\_file functions
* Keep isolate shutdown and write_file functions
* Catch timeout during the connection

0.1.1
Expand Down
2 changes: 1 addition & 1 deletion haproxystats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__title__ = 'haproxystats'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
__version__ = '0.4.2'
__version__ = '0.5.0'
__copyright__ = 'Copyright 2016 Pavlos Parissis <[email protected]'

DEFAULT_OPTIONS = {
Expand Down

0 comments on commit c5839b2

Please sign in to comment.