Generated using: https://chat.openai.com/g/g-uOPo2Wffl-liferay-helper-works-on-open-internet Running Glowroot on containers, specifically within Docker containers, involves setting up the Glowroot agent to monitor Java applications. Here’s a step-by-step guide to achieve this: 1. Get the Glowroot Agent: – First, download the Glowroot agent from the [official Glowroot repository](https://github.com/glowroot/glowroot). – You can download the .zip file of the latest release.…… Continue reading How to run Glowroot in containers for a Java application? Auto generated using GPT
Tag: Glowroot
Performance tuning in Liferay – Part 2
Following up on the Performance tuning in Liferay – Part 1 post – here are some additional points for performance tuning: The blue circle in Glowroot slow traces indicates that the transaction is still ongoing whereas yellow indicates it’s completed. Red indicates there is an error. You can change the JVM gauges as needed to see lot…… Continue reading Performance tuning in Liferay – Part 2
Glowroot resources – Part 1
Here are some good Glowroot resources – Part 1. Glowroot is a lightweight, Open source Java APM. Resources / links / blogs here provide details on how to install Glowroot, what are its two deployment types, how to instrument Liferay with it, how to monitor Liferay during upgrade with Glowroot and StackOverflow links on Glowroot.…… Continue reading Glowroot resources – Part 1