Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

monitoring with Instana

Daniel Kostyal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 5, 2022
Hello,
We need to monitor the Atlassian software suite (Jira, BitBucket and Confluence ), located on-prem, with Instana.
The issue we have is that Instana is not able to attach to the JVM to monitor it. We investigated the cause and we found that there are two prerequisites modules needed on java of the Atlassian products. Those are : java.instrument and jdk.attach.
The java.instrument is already configured as we listed the modules for all the java, but jdk.attach is missing.
Can someone guide us how can we add the required module to the java that is used by Jira,Confluence and BitBucket?
The versions that are installed are Jira v8.20.2, Atlassian Bitbucket v7.19.3 and Confluence v7.15.0.
Many thanks!
Daniel

2 answers

0 votes
Owen Chen November 8, 2022

That might be possible to repack jdk.attach into exisiting jre.

I am trying to test:

1) replace $JAVA_HOME/lib/modules , source from original openjdk or oracle
2) add jdk.attach.jmod under $JAVA_HOME/jmod. (Legal is an optional).
3) add libattach.so under $JAVA_HOME/lib

Owen Chen November 9, 2022

Probably failed. It seems need to rebuild the JRE from adoptium java source. However, Atlassian also provided a guide to replace common JRE : https://confluence.atlassian.com/doc/change-the-java-vendor-or-version-confluence-uses-962342397.html


Owen Chen November 10, 2022

I found the proper way to solve this and have verified on my local test environment. Please replaced bundle JRE by OpenJDK (not JRE). Download specific version which is compatible with Confluence version : https://github.com/adoptium/temurin11-binaries/releases 

0 votes
Benjamin Horst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2022

Did you find an anwer to this? I was thinking about using Instana with our Atlassian products as well to test if it helps us.

Owen Chen November 10, 2022

Instana can do.

Like Benjamin Horst likes this

Suggest an answer

Log in or Sign up to answer