You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-42Lines changed: 46 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
Changelog
2
2
=========
3
-
# 0.49.8 / TBC
3
+
# 0.49.9 / TBC
4
+
5
+
# 0.49.8 / 2025-06-03
6
+
*[FEATURE] Added support for GraalVM Native GC metrics [#560][] (Thanks [@ygree][])
4
7
5
8
# 0.49.7 / 2025-05-01
6
9
*[IMPROVEMENT] Encapsulate the JsonParser error type to hide the Jackson exception inside the wrapper, to avoid a dependency on Jackson outside of `App.java`[#553][] (Thanks [@ygree][])
@@ -13,7 +16,7 @@ Changelog
13
16
*[FEATURE] Added support for `UnloadedClassCount` metric [#540][]
14
17
15
18
# 0.49.4 / 2024-08-23
16
-
*[FEATURE] Added support for IBM J9 gc metrics [#534][]
19
+
*[FEATURE] Added support for IBM J9 GC metrics [#534][]
17
20
18
21
# 0.49.3 / 2024-07-26
19
22
*[FEATURE] Added support for jsr77 j2ee statistics [#531][]
@@ -462,34 +465,34 @@ Changelog
462
465
463
466
#### Changes
464
467
465
-
*[BUGFIX] confd is now an optional parameter. See [#161][]
468
+
*[BUGFIX] confd is now an optional parameter. See [#161][].
466
469
467
470
# 0.18.0 / 2017-10-11
468
471
469
472
#### Changes
470
473
471
-
*[FEATURE] Collect instance configurations via API. See [#156][]
474
+
*[FEATURE] Collect instance configurations via API. See [#156][].
472
475
473
476
# 0.17.0 / 2017-09-20
474
477
475
478
#### Changes
476
479
477
-
*[FEATURE] Add support for submission of JMX statuses to REST API. See [#155][]
480
+
*[FEATURE] Add support for submission of JMX statuses to REST API. See [#155][].
478
481
*[IMPROVEMENT] Rates: add canonical_rate + feature flag for the feature. See [#154][] (Thanks [@arrawatia][])
479
482
480
483
# 0.16.0 / 2017-08-21
481
484
482
485
#### Changes
483
486
484
-
*[BUGFIX] Increase maximum length of instance configs pulled from Auto-Discovery pipe. See [#147][]
485
-
*[IMPROVEMENT] Touch JMXFetch launch file on boot-up. See [#143][]
487
+
*[BUGFIX] Increase maximum length of instance configs pulled from Auto-Discovery pipe. See [#147][].
488
+
*[IMPROVEMENT] Touch JMXFetch launch file on boot-up. See [#143][].
486
489
487
490
# 0.15.0 / 2017-07-10
488
491
489
492
#### Changes
490
493
491
-
*[FEATURE] Transition to auto-discovery nomenclature, support legacy SD. See [#142][]
492
-
*[IMPROVEMENT] Auto_discovery: process templates larger than the page buffer size. See [#145][]
494
+
*[FEATURE] Transition to auto-discovery nomenclature, support legacy SD. See [#142][].
495
+
*[IMPROVEMENT] Auto_discovery: process templates larger than the page buffer size. See [#145][].
493
496
494
497
# 0.14.0 / 2017-05-31
495
498
@@ -499,21 +502,21 @@ Changelog
499
502
# 0.13.1 / 2017-04-18
500
503
501
504
#### Changes
502
-
*[BUGFIX] Service_discovery: fix race condition preventing SD initialization. See [#135][]
505
+
*[BUGFIX] Service_discovery: fix race condition preventing SD initialization. See [#135][].
503
506
504
507
# 0.13.0 / 2017-03-22
505
508
506
509
#### Changes
507
-
*[BUGFIX] Allow specifying no alias on detailed attribute. See [#133][]
508
-
*[BUGFIX] Fix connectivity loss when multiple instances are assigned to a same JVM. See [#124][]
509
-
*[BUGFIX] Parse string-defined ports to integers in user configurations. See [#121][]
510
-
*[BUGFIX] Support `java.util.Map` attribute types. See [#130][]
511
-
*[BUGFIX] Support list-defined user tags at instance level. See [#132][]
512
-
*[FEATURE] Add `histogram` metric type. See [#115][]
510
+
*[BUGFIX] Allow specifying no alias on detailed attribute. See [#133][].
511
+
*[BUGFIX] Fix connectivity loss when multiple instances are assigned to a same JVM. See [#124][].
512
+
*[BUGFIX] Parse string-defined ports to integers in user configurations. See [#121][].
513
+
*[BUGFIX] Support `java.util.Map` attribute types. See [#130][].
514
+
*[BUGFIX] Support list-defined user tags at instance level. See [#132][].
515
+
*[FEATURE] Add `histogram` metric type. See [#115][].
513
516
*[FEATURE] Add `list_jvms` command to list available JVMs when using the Attach API. See [#100][], [#112][] (Thanks [@cslee00][])
514
-
*[FEATURE] Add tag blacklisting. See [#116][]
517
+
*[FEATURE] Add tag blacklisting. See [#116][].
515
518
*[FEATURE] Add user tags definition for MBeans. See [#117][].
516
-
*[FEATURE] Enable service discovery via a named pipe. See [#113][]
519
+
*[FEATURE] Enable service discovery via a named pipe. See [#113][].
517
520
*[FEATURE] Support `javax.management.openmbean.TabularData` attribute types. See [#111][], [#128][] (Thanks [@brothhaar][])
518
521
*[FEATURE] Support user tag value substitution by attribute name. See [#117][].
519
522
*[IMPROVEMENT] Print exception messages on Attach API connection failures. See [#122][] (Thanks [@aoking][])
@@ -527,57 +530,57 @@ Changelog
527
530
528
531
#### Changes
529
532
*[BUGFIX] Report properly beans with ':' in the name. See [#90][], [#91][], [#95][] (Thanks [@bluestix][])
530
-
*[BUGFIX] Sanitize metric names and tags, i.e. remove illegal characters. See [#89][]
533
+
*[BUGFIX] Sanitize metric names and tags, i.e. remove illegal characters. See [#89][].
531
534
*[BUGFIX] Support `javax.management.Attribute` attribute types. See [#92][] (Thanks [@nwillems][])
532
-
*[FEATURE] Add user tags to service checks. See [#96][]
535
+
*[FEATURE] Add user tags to service checks. See [#96][].
533
536
*[FEATURE] Allow group name substitutions in attribute/alias parameters. See [#94][], [#97][] (Thanks [@alz][])
534
537
535
538
# 0.10.0 / 2016-03-23
536
539
537
540
#### Changes
538
-
*[FEATURE] Allow configuration of StatsD host. See [#85][]
539
-
*[IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See [#83][]
541
+
*[FEATURE] Allow configuration of StatsD host. See [#85][].
542
+
*[IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See [#83][].
540
543
541
544
# 0.9.0 / 2015-11-05
542
545
543
546
#### Changes
544
-
*[BUGFIX] Fix bean name matching logic: `OR`→`AND`. See [#81][]
545
-
*[FEATURE] Support `float` and `java.lang.Float` attribute types as simple JMX attributes. See [#76][]
546
-
*[FEATURE] Support Cassandra > 2.2 metric name structure (CASSANDRA-4009). See [#79][]
547
-
*[FEATURE] Support custom JMX Service URL to connect to, on a per-instance basis. See [#80][]
548
-
*[IMPROVEMENT] Assign generic alias if not defined. See [#78][]
547
+
*[BUGFIX] Fix bean name matching logic: `OR`→`AND`. See [#81][].
548
+
*[FEATURE] Support `float` and `java.lang.Float` attribute types as simple JMX attributes. See [#76][].
549
+
*[FEATURE] Support Cassandra > 2.2 metric name structure (CASSANDRA-4009). See [#79][].
550
+
*[FEATURE] Support custom JMX Service URL to connect to, on a per-instance basis. See [#80][].
551
+
*[IMPROVEMENT] Assign generic alias if not defined. See [#78][].
549
552
550
553
# 0.8.0 / 2015-09-17
551
554
552
555
#### Changes
553
-
*[BUGFIX] Do not send service check warnings on metric limit violation. See [#73][]
554
-
*[BUGFIX] Log exception stack traces instead of printing them. See [#67][]
555
-
*[BUGFIX] Use `jmx_server` tag instead of `host` to tag JMX host's service checks. See [#66][]
556
-
*[FEATURE] Wildcard support on domains and bean names. See [#57][]
557
-
*[IMPROVEMENT] Memory saving by limiting MBeans queries to certain scopes. See [#63][]
558
-
*[IMPROVEMENT] Memory saving by query bean names instead of full bean objects. See [#71][]
556
+
*[BUGFIX] Do not send service check warnings on metric limit violation. See [#73][].
557
+
*[BUGFIX] Log exception stack traces instead of printing them. See [#67][].
558
+
*[BUGFIX] Use `jmx_server` tag instead of `host` to tag JMX host's service checks. See [#66][].
559
+
*[FEATURE] Wildcard support on domains and bean names. See [#57][].
560
+
*[IMPROVEMENT] Memory saving by limiting MBeans queries to certain scopes. See [#63][].
561
+
*[IMPROVEMENT] Memory saving by query bean names instead of full bean objects. See [#71][].
559
562
560
563
# 0.7.0 / 2015-06-04
561
564
562
565
#### Changes
563
-
*[BUGFIX] Rename 'host' bean parameter to 'bean_host' in tags to avoid conflicts. See [#59][]
564
-
*[ENHANCEMENT] Add option to exit JMXFetch when a specified file is created. See [#58][]
566
+
*[BUGFIX] Rename 'host' bean parameter to 'bean_host' in tags to avoid conflicts. See [#59][].
567
+
*[ENHANCEMENT] Add option to exit JMXFetch when a specified file is created. See [#58][].
565
568
566
569
# 0.6.0 / 2015-05-20
567
570
568
571
#### Changes
569
-
*[ENHANCEMENT] Format service check names prefix names to strip non alphabetic characters. See [#53][]
570
-
*[FEATURE] Write the number of service check sent to status file. See [#54][]
572
+
*[ENHANCEMENT] Format service check names prefix names to strip non alphabetic characters. See [#53][].
573
+
*[FEATURE] Write the number of service check sent to status file. See [#54][].
571
574
572
575
# 0.5.2 / 2015-04-08
573
576
574
577
#### Changes
575
-
*[ENHANCEMENT] Only send instance name in service check tags. See [#51][]
578
+
*[ENHANCEMENT] Only send instance name in service check tags. See [#51][].
576
579
577
580
# 0.5.1 / 2015-04-02
578
581
579
582
#### Changes
580
-
*[BUGFIX] Fix bad regression with `Status` type. See [#49][]
583
+
*[BUGFIX] Fix bad regression with `Status` type. See [#49][].
581
584
582
585
# 0.5.0 / 2015-03-16
583
586
@@ -588,15 +591,15 @@ Changelog
588
591
# 0.4.1 / 2014-02-11
589
592
590
593
#### Changes
591
-
*[BUGFIX] Memory leak fix when fetching attributes value is failing. See [#30][]
594
+
*[BUGFIX] Memory leak fix when fetching attributes value is failing. See [#30][].
592
595
*[FEATURE/BUGFIX] Fetch more JVM (Non)Heap variables by default. See [bd8915c2f1eec794f406414b678ce6110407dce1](https://github.com/DataDog/jmxfetch/commit/bd8915c2f1eec794f406414b678ce6110407dce1)
593
596
594
597
# 0.3.0 / 2014-03-25
595
598
596
599
#### Changes
597
600
*[BUGFIX] Refresh JMX tree: See [4374b92cbf1b93d88fa5bd9d7339907e16a2da4a](https://github.com/DataDog/jmxfetch/commit/4374b92cbf1b93d88fa5bd9d7339907e16a2da4a)
598
-
*[BUGFIX] Reset statsd connection: See [#19][]
599
-
*[BUGFIX] Support WARN log level, See [#14][]
601
+
*[BUGFIX] Reset statsd connection: See [#19][].
602
+
*[BUGFIX] Support WARN log level, See [#14][].
600
603
*[FEATURE] Support custom instance tags: See [#28][] (Thanks [@coupacooke][])
601
604
*[FEATURE] Support new types: Boolean, String, java.lang.Number, AtomicInteger, AtomicLong: See [#25][][#26][] (Thanks [@coupacooke][])
0 commit comments