Skip to content

Commit

Permalink
Fix jmx based integrations test (#18914)
Browse files Browse the repository at this point in the history
* fix activmq test

* changelog
  • Loading branch information
HadhemiDD authored Oct 25, 2024
1 parent d5dec12 commit 6dd1b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datadog_checks_dev/changelog.d/18914.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix jmx based integrations test failing due to a missing jvm metric
1 change: 1 addition & 0 deletions datadog_checks_dev/datadog_checks/dev/jmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'jvm.non_heap_memory_max',
'jvm.os.open_file_descriptors',
'jvm.thread_count',
'jvm.unloaded_classes',
]

JMX_E2E_METRICS = [
Expand Down

0 comments on commit 6dd1b14

Please sign in to comment.