-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
CHANGES
73 lines (50 loc) · 2.13 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Bucky Changelog
===============
Bucky 2.3.1:
* [NEW] Add percentile thresholds config option
Bucky 2.3.0:
* [NEW] Sets
* [NEW] Delete idlestats
* [NEW] Make join timeout for subprocesses configurable
* [NEW] Sentry Support, log error message to Sentry server
* [NEW] Support for PyPy
* [NEW] Collectd to support configurable number of worker processes
* [FIX] Do not exit bucky when carbon daemon is down, instead log and drop
the message after max_reconnects and continue processing
* [FIX] Raise proper NotImplementedError
* [FIX] Don't have collectd crypto file on empty auth_file
* [FIX] Handle collectd counter/derive conflict (a little better)
* [FIX] Handle signals more gracefully
* [FIX] name_postfix_parts config option
* [FIX] Error in optparse for --collectd-types option
Bucky 2.2.2:
* [FIX] Persisting gauge-values does not work
Bucky 2.2.1:
* [NEW] Python Packaging Wheel Support
Bucky 2.2.0:
* [NEW] Processor hook, a process that recieves samples as they are parsed
by the servers and performs actions on them before handing them
over to the clients.
* [NEW] CollectDCrypto support
* [NEW] StatsD Persistent Gauges
* [NEW] Graphite added backoff_factor and backoff_max parameters
* [FIX] More/Better Python3 support
* [FIX] Gauges are constant until overwritten, and not reset at flush time
* [FIX] Make metricsd server kill its handler subprocesses
* [FIX] Fix handling of collectd counter wrapping
* [FIX] Collectd types bounds checking
* [FIX] resolve bind() endpoint in udpserver, allowing to bind to hostname or ipv6 addresses
* [FIX] handle None returned from collectd metric name converter correctly
Bucky 2.0.0:
* [NEW] Allow Bucky to drop priveleges
* [NEW] Allow Bucky to set nice level (process priority)
* [NEW] Python 3 Support
* [FIX] MetricDHandler incorrect reference to metrics
* [FIX] Multiple small speed optimalisations
* [FIX] Do not use string formatting for debug log lines, use much more efficient arguments instead
Bucky 0.3.1:
* [FIX] setup.py
Bucky 0.3.0:
* [FIX] Change github url
* [NEW] Change process names of children when setproctitle is installed
* [NEW] Start keeping a changelog