j

jmxtrans-output

This module groups all different output writers. Different output writers have different dependencies. To ensure that those dependencies do not leak to other output writer, or that we can limit to number of dependencies at runtime, output writers are split into separate modules based on the dependencies they use. For example, the CloudWatch output writers depends on the AWS SDK, which is quite large and not used by any other output writer. If you only want to send metrics to Graphite, there should be no need to have the AWS SDK in your classpath at runtime. Some dependencies are also problematic. They can introduce incompatibilities. For example, a few writers are based directly on log4j or logback. This direct dependence breaks the use of SLF4J. By isolating those output writers to a specific module, we can ensure this has minimal impact.
Aggregated version Version Update time
272 272 Mar 31, 2021
271 271 Dec 20, 2019
270 270 Mar 14, 2018
269 269 Mar 09, 2018
268 268 Nov 16, 2017
267 267 Aug 28, 2017
266 266 Jul 21, 2017
265 265 Apr 21, 2017
264 264 Mar 30, 2017
263 263 Dec 23, 2016
262 262 Dec 19, 2016
261 261 Dec 16, 2016
260 260 Nov 09, 2016
259 259 Jul 07, 2016
256 256 Jun 13, 2016
254 254 Mar 24, 2016
253 253 Dec 24, 2015
252 252 Nov 18, 2015
251 251 Aug 01, 2015
19 Records