# macOS

### Supported Platforms

| Platform | Metrics | Logs | Traces |
| -------- | ------- | ---- | ------ |
| macOS    | ✓       | ✓    |        |

### Configuration Table

<table><thead><tr><th width="201.68359375">Parameter</th><th>Type</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>telemetry_types</td><td><code>telemetrySelector</code></td><td><code>["Logs", "Metrics"]</code></td><td>Choose Telemetry Type.</td></tr><tr><td>enable_system_log</td><td><code>bool</code></td><td>true</td><td>Enable to collect macOS system logs.</td></tr><tr><td>system_log_path</td><td><code>string</code></td><td>"/var/log/system.log"</td><td>The absolute path to the System log.</td></tr><tr><td>enable_install_log</td><td><code>bool</code></td><td>true</td><td>Enable to collect macOS install logs.</td></tr><tr><td>install_log_path</td><td><code>string</code></td><td>"/var/log/install.log"</td><td>The absolute path to the Install log.</td></tr><tr><td>start_at</td><td><code>enum</code></td><td>end</td><td>Start reading the file from the 'beginning' or 'end'.</td></tr><tr><td>host_collection_interval</td><td><code>int</code></td><td>60</td><td>Sets how often (seconds) to scrape for metrics.</td></tr></tbody></table>
