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
175 accepted answers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
2 comments