ConfigurationSummary

Provides a summary of pipeline configuration components including sources, processors, and destinations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of data sources that provide telemetry data to the pipeline.

Link copied to clipboard

The total number of processors configured in the pipeline.

Link copied to clipboard

The list of processors configured in the pipeline for data transformation.

Link copied to clipboard

The list of destinations where processed data is sent.

Link copied to clipboard

The list of data sources configured in the pipeline.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String