I have the following questions on Java Agent configuration.
I have many number of JVM nodes, configuring one by one maually (providing the Application,Tier and Node names) is painful process. Is there any easy options available?
Is there way to switch a given JVM node from one tier to another without JVM restart.
I am curious; What is your use-case for requiring JVMs to frequently move between tiers?
Generally, tier naming is driven by the logical purpose of the JVM (often, what service it implements for a microservice architecture) and isn’t too volatile for any given JVM
It would be helpful to understand how your deployment differs from this model.