JavaMelody Monitoring

JavaMelody Monitoring

Vendor: JavaMelody | Key: net.bull.javamelody

bamboo server datacenter

Monitoring of Jira, Confluence, Bamboo or Bitbucket server with JavaMelody.

View on Marketplace
Versions (6) - Last 1 Year, Server/Data Center Only
Version Build Release Date Compatibility Hosting Status Actions Description
1.99.2 581 2024-12-09 Confluence Server 9.0.0 - 9.1.1 server Pending
Release Notes:
  • use Atlassian platform 7 annotations instead of custom access checks to monitoring page for system admin.
  • since this release, the following minimum versions are required:
    • Jira 10
    • Confluence 9
    • Bamboo 10
    • Bitbucket 9
    • Crowd 6
    • for previous versions, use the monitoring app 1.99.1
  • to install the app in Confluence, the file of the app should be copied to the atlassian-confluence-x.x.x/confluence/WEB-INF/lib directory like P1 plugins, because the upload button has been removed from the plugin manager (UPM)
  • to better aggregate http requests in the statistics for those versions, the default javamelody.http-transform-pattern parameter is changed to -\d+|/\d+ |/\d+/|(?<=/s/).+|(?<=/attachment/).+|(?<=/component/).+|(?<=/attachments/).+|(?<=/label/).+|(?<=/x/).+|(?<=/test/).+|(?<=/artifact/).+ using lookbehind in regular expression
  • In Bitbucket, authentication for system admin is now required to open the monitoring page (without the javamelody.authorized-users parameter)
  • done by 42d7861
1.99.1 571 2024-12-09 Confluence Server 3.2 - 8.9.8 server Pending
Release Notes:
  • fix #1227 display of virtual thread name and stack trace in the current requests (Java 21)
1.99.0 561 2024-05-30 Confluence Server 3.2 - 8.9.8 server Pending
Release Notes:
  • fix #1214 PostgreSQL pg_database request fails due to missing column since PostgreSQL 15 (PR #1215 thanks to Stefan Penndorf).
  • Updated Chinese (continental) translations (9ecde16, thanks to an unnamed user)
  • To contribute in your own language, join the translation project at https://poeditor.com/join/project/QIaCp4bThS.
  • In the detail of sql requests, add explain plan for Postgresql 16 or later (#727 with help from Stefan Penndorf)
1.98.0 551 2024-02-12 Confluence Server 3.2 - 8.9.8 server Pending
Release Notes:
  • fix #33, "Error opening URI [hazelcast]" in Confluence 8.6.2, replaced by a warning in log.
  • fix #32, duplicate Monitoring menu entries in Confluence 8.5 but none pointing to javamelody
1.95.0 541 2023-07-30 Confluence Server 3.2 - 8.7.2 server Pending
Release Notes:
  • fix #1165 Latest IBM J9 JVM: MBeansAccessor.getThreadAllocatedBytes throws UnsupportedOperationException
  • When publishing metrics to InfluxDB and if you prefer an api token instead of basic authentication in the InfluxDB server, the api token can be set with the -Djavamelody.influxdb-api-token=... system property. Basic authentication is still supported, including with InfluxDB 2.x #1170
1.94.0 531 2023-04-17 Confluence Server 3.2 - 8.4.5 server Pending
Release Notes:
  • fix #1131 rebinding datasource failed and SQL statistics not available since Tomcat 8.5.83 and since Tomcat 9.0.67 (PR 1135, thanks to Joerg Delker).
  • Improve word wrap for ultra long ?,?,? parameters (PR 1100, thanks to Roland Praml).
  • fix IllegalStateException & ClassCastException when reading corrupted statistics (gz) files (PR 1144, thanks to alireza-kasraei).