The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi team,
today let's do installation.
Installation of the application is quite simple on agents, and this article shows a scheme for working with a built-in collector, but for industrial installations we use it with a bundle with elasticsearch.
The installation can be both for individual nodes and so for the central collector. In this case, consider for a separate node.
Prerequisites:
Steps:
wget -c https://github.com/glowroot/glowroot/releases/download/v0.13.6/glowroot-0.13.6-dist.zip
mkdir -p /{jira_home}/glowroot/tmp
chown -R jira: /{jira_home}/glowroot
JVM_SUPPORT_RECOMMENDED_ARGS="-javaagent:/{jira_home}/glowroot/glowroot.jar ${JVM_SUPPORT_RECOMMENDED_ARGS}"
systemctl restart jira
tail -f {jira_installation_directory}/logs/catalina.out
location /glowroot {
proxy_pass http://127.0.0.1:4000;
}
on httpd like this
ProxyPass /glowroot http://127.0.0.1:4000/glowroot
ProxyPassReverse /glowroot http://127.0.0.1:4000/glowroot
Additionally, you can look at the attached documentation
https://github.com/glowroot/glowroot/wiki/Agent-Installation-(with-Embedded-Collector)
As a result, at our address, jira.example.com/glowroot sees transactions with percentiles.
Gonchik Tsymzhitov
Community LeaderSolution architect | DevOps
:)
Cyprus, Limassol
166 accepted answers
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
2 comments