Get Memory Metrics
get_memory_metricsRetrieve average, peak, and current memory usage for a service. Filter by deployment tag and time range to monitor performance.
Instructions
Get memory usage metrics (average, peak, current in bytes) for a service. Automatically uses the current deploy tag if not specified. Use get_service to find service IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End timestamp (Unix seconds) | |
| start | No | Start timestamp (Unix seconds) | |
| deployTag | No | Filter by deployment tag | |
| serviceId | Yes | The service UUID |