-
Hi, do i will have some problem to use the Java Agent Glowroot and the dependencies in same time ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Sorry, I am not familiar with Glowroot so much, But from relevant document, it provides similar abilities with OTel. Why you want to use them in same time? |
Beta Was this translation helpful? Give feedback.
-
Actually we need Glowroot to have a small interface with the agglomeration of trace without any other tools, so my goal is to have Glowroot for the default deployment and if the we want to deploy Otel to have our collector, jaeger... But if we can have the both in same time and just deactivate Otel with a env var it will be perfect ! |
Beta Was this translation helpful? Give feedback.
Hello !
So after some day i have made a test with opentelemetry dependencies and glowroot agent. (and the same test without opentelemetry and another one without glowroot...)
So i didn't saw a difference between both traces / metrics when the both agent are set or not.
The only diff was the precision of the trace with the dependencies because i haven't use all the dep that i needed (spring boot for example..).
So in fact the only diff is the cpu and memory consumption when the both agent are in the same time !
IMPORTANT: I have check only the diff on the side of opentelemetry. On the webui of glowroot i have only check if the data are retrieved and not if they are the same between all tes…