export_health_metrics
Export health metrics data to a JSON file for analysis and monitoring. Specify an output path to save system performance and status information.
Instructions
Export all health metrics to a JSON file.
Args: output_path: Path to output file (default: logs/metrics_export.json)
Returns: Path to exported file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | logs/metrics_export.json |