get_app_metrics
Fetches individual metrics like response time or throughput for a Scout APM application over a specified time range.
Instructions
Get individual metric data for a specific application.
Args:
app_id (int): The ID of the Scout APM application.
metric (str): The metric to retrieve (e.g., "response_time", "throughput").
from_ (str): The start datetime in ISO 8601 format.
to (str): The end datetime in ISO 8601 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| metric | Yes | ||
| from_ | Yes | ||
| to | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||