dynatrace_managed_list_available_metrics
List available metrics in a Dynatrace Managed environment, filtered by entity, search text, or limit. Returns aggregation types, dimensions, and technical metadata for advanced analysis.
Instructions
List available metrics in the Managed cluster, optionally filtered by entity. Results include aggregation types, dimension definitions, and technical metadata for advanced metric analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of metrics to return. Use this when user specifies a count (e.g., "first 16 metrics" → limit: 16, "500 metrics" → limit: 500). If not specified, returns up to API limit: 500. Cannot exceed 500 | |
| searchText | No | Text to search for in metric names and descriptions. **RECOMMENDED SEARCHES**: "response.time" (latency), "cpu.usage" (CPU), "memory" (memory), "error.rate" (errors), "throughput" (performance), "availability" (uptime) | |
| entitySelector | No | Entity selector to filter metrics. Must use at most one entity type per query. Examples include: * type(SERVICE) * entityId("id1","id2") * type(HOST) Can combine with things like: entityName.contains("name"), tag("key:value"), mzName("zone"). | |
| environment_alias | Yes | Specify which environment to be queried, by supplying the environment alias as returned by get_environments_info. Can use `ALL_ENVIRONMENTS` to retrieve data from all environments in one request to MCP. |