File tree Expand file tree Collapse file tree
lib/bigcommerce/prometheus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog for the bc-prometheus-ruby gem.
22
3- h3. Pending Release
3+ ### Pending Release
4+
5+ ### 0.2.0
46
57- Add the ability to pass custom collectors and type collectors to the web instrumenter
68- Add base collector and type collector classes for ease of development of custom integrations
79- Change railtie to after initialization to allow for customization
810
9- h3. 0.1.5
11+ ### 0.1.5
1012
1113- Fix issue where puma collector was not being registered on the server
1214
13- h3. 0.1.4
15+ ### 0.1.4
1416
1517- Handle circumstances when before_fork_callbacks is called outside of the web process
1618
17- h3. 0.1.3
19+ ### 0.1.3
1820
1921- Move to bigcommerce fork of multitrap to handle IGNORE clauses more cleanly
2022
21- h3. 0.1.1
23+ ### 0.1.1
2224
2325- Add multitrap to more cleanly handle trap signals
2426- Use proc in signal handlers for consistent trap handling
2527
26- h3. 0.1.0
28+ ### 0.1.0
2729
2830- Replace WEBrick server from PrometheusExporter with Thin server implementation to reduce memory leakage
2931- Utilize NET::HTTP instead of direct sockets to prevent bad socket errors
3032
31- h3. 0.0.5
33+ ### 0.0.5
3234
3335- Add resque instrumentation
3436
35- h3. 0.0.4
37+ ### 0.0.4
3638
3739- Properly handle SIGINT/SIGTERM to shutdown prometheus exporter
3840- Add process names to log output for easier debugging
3941
40- h3. 0.0.3
42+ ### 0.0.3
4143
4244- Add hutch instrumentor for hutch / rmq support
4345
44- h3. 0.0.2
46+ ### 0.0.2
4547
4648- Better support for older Rails / Puma versions
4749- Adds basic support for non-Rails applications
4850
49- h3. 0.0.1
51+ ### 0.0.1
5052
5153- Initial public release
Original file line number Diff line number Diff line change 1717#
1818module Bigcommerce
1919 module Prometheus
20- VERSION = '0.2.0.pre '
20+ VERSION = '0.2.0'
2121 end
2222end
You can’t perform that action at this time.
0 commit comments