You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
Solution architect | DevOps
:)
Cyprus, Limassol
173 accepted answers
2 comments