PipelineResponse

data class PipelineResponse(val exporters: List<String>, val name: String, val processors: List<String>? = null, val receivers: List<String>, val type: String)

Pipeline Info.

Constructors

Link copied to clipboard
constructor(exporters: List<String>, name: String, processors: List<String>? = null, receivers: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Reference to exporters configured for the pipeline.

Link copied to clipboard

Name of the pipeline.

Link copied to clipboard
val processors: List<String>? = null

Reference to processors configured for the pipeline.

Link copied to clipboard

Reference to receivers configured for the pipeline.

Link copied to clipboard

The type of pipeline