Values.ConfigurationSummarySourceProvides a summary of pipeline configuration components including sources, processors, and destinations.
type nonrec t = {sources : Sources.t option;The list of data sources configured in the pipeline.
*)dataSources : DataSources.t option;The list of data sources that provide telemetry data to the pipeline.
*)processors : Processors.t option;The list of processors configured in the pipeline for data transformation.
*)processorCount : Integer.t option;The total number of processors configured in the pipeline.
*)sinks : Sinks.t option;The list of destinations where processed data is sent.
*)}