Prometheus
Sends metrics to Prometheus (opens in a new tab) servers using Remote Write forwarding.
Supported Signal Types
Metrics | Logs | Traces |
---|---|---|
✅ | ❌ | ❌ |
Configuration Options
Option | Type | Default | Description |
---|---|---|---|
Endpoint | string | The URL of the Prometheus server to send metrics to. | |
Insecure? | boolean |
false |
(optional) Whether to skip TLS verification. |
Headers | object | (optional) Additional headers to send with the request. |