# Prometheus

### Supported Types

| Metrics | Logs | Traces |
| ------- | ---- | ------ |
| ✓       |      |        |

### Configuration Table

<table><thead><tr><th width="138.48046875">Parameter</th><th width="100.7265625">Type</th><th width="106.90234375">Default</th><th>Description</th></tr></thead><tbody><tr><td>listen_port</td><td><code>int</code></td><td>9000</td><td>The TCP port the Prometheus exporter should listen on to be scraped by a Prometheus server</td></tr><tr><td>listen_address</td><td><code>string</code></td><td>"127.0.0.1"</td><td>The IP address the Prometheus exporter should listen on to be scraped by a Prometheus server</td></tr><tr><td>namespace</td><td><code>string</code></td><td></td><td>When set, exports metrics under the provided value</td></tr></tbody></table>
