Values.TestTelemetryPipelineInputSourceTests a pipeline configuration with sample records to validate data processing before deployment. This operation helps ensure your pipeline configuration works as expected.
type nonrec t = {records : Records.t;The sample records to process through the pipeline configuration for testing purposes.
*)configuration : TelemetryPipelineConfiguration.t;The pipeline configuration to test with the provided sample records.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `Structure of
(string * [> `String of TelemetryPipelineConfigurationBody.t ])
list ])
list ]