Browse Metric Tree
appd_browse_metric_treeBrowse the AppDynamics metric tree to discover available metric paths. Start at top-level folders and drill into specific paths.
Instructions
Browse the AppDynamics metric tree to discover available metric paths.
Call without metricPath to see top-level folders, then drill into specific folders by providing their path.
Common top-level folders:
Overall Application Performance
Application Infrastructure Performance
Business Transaction Performance
Backends
Errors
Service Endpoints
Custom metrics (submitted by machine agents) live under: 'Application Infrastructure Performance|{Tier}|Individual Nodes|{Node}|Custom Metrics' Use rollup=false when browsing node-level paths to ensure per-node data is returned.
Args:
application (string|number): App name or ID
metricPath (string, optional): Parent path to browse (omit for top-level)
rollup (boolean, optional): Aggregate across entities (default: true). Set false for node-level browsing.
Returns: Array of child metric nodes with name, type (folder or leaf), and full path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rollup | No | Whether to aggregate (roll up) metric data across all entities matching the path. Default true (aggregated). Set to false when browsing node-level or custom metric paths. | |
| metricPath | No | Parent metric path to browse. Omit to see the top-level folders. Use pipe-separated paths like 'Overall Application Performance' or 'Application Infrastructure Performance|Tier1'. Custom metrics live under 'Application Infrastructure Performance|{Tier}|Individual Nodes|{Node}|Custom Metrics'. | |
| application | Yes | Application name or numeric ID. |