Debug (/dev/null) Destination
The Debug (/dev/null) destination acts as a blackhole for your observability pipeline. It is designed for testing and debugging purposes: any data sent to this destination is discarded and not forwarded to any observability backend. This is useful for validating pipeline configurations, transformations, and flows without actually exporting data.Supported Data Types
📘 Logs | 📈 Metrics | 🚦 TracesConfiguration
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
| Name | String | none | true | Unique identifier for this destination configuration. |
Note: No data is sent to any backend when using this destination. Use it for safe testing and pipeline validation.