Integration / Apache Pulsar Interview questions
What is a Tier in AppDynamics?
A Tier is a logical grouping of one or more Nodes that perform the same role within an application — for example, every instance of your checkout service, regardless of how many servers it's running on, forms a single "Checkout Service" tier.
AppDynamics automatically groups nodes into the same tier when it sees them handling equivalent traffic patterns, but tiers are also configured explicitly through agent properties (the <tier-name> setting) at agent startup. Tiers are the unit the Application Flow Map is drawn at: instead of drawing a line for every individual server, the flow map draws one node representing "Checkout Service" and aggregates metrics across all its instances.
Grouping by tier matters operationally too, since health rules, alerting policies, and load-balanced scaling decisions are usually made at the tier level rather than per individual node.
More Related questions...
