I found a useful option:
‑Dappdynamics.jvm.shutdown.mark.node.as.historical=true
described at the Instrument JVMs in a Dynamic Environment page. I have a few questions on it:
- Does this option result in nodes disappearing from the GUI immediat...
The 4.3 Java Agent docs list each configuration property with how to set them via:
- environment variable
- java system property
- XML config
Except there's a handful of properties which do not list any environment variable. Is that a documentation...
We have 100 JVM licenses and 10 ephemeral dockerized JVM applications each with 100 instances. So, our 100 licenses do not cover the 1000 JVM instances.
What is the best way to manage this? Ideally each app has 10 instances running with AppD instru...
Are there any plans to incorporate this functionality into the GUI itself?
I'd also be interested in seeing license usage at a Tier level as well as App.
>> Does this option result in nodes disappearing from the GUI immediately on JVM shutdown?
> yes, the node will disappear from the jvm immediately after the jvm shutdown.
That doesn't seem to match what I'm seeing. Our applications are using this o...
I'm not following. That's the same document I linked. Many of the configuration properties specify an environment variable, but the log directory one does not.
See image below. The "Redirect Logfiles" option does not list an environment variable, w...